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)

2023-01-06T05:35:14.648Z||main|||||INFO|500||The following profiles are active: basic
2023-01-06T05:35:26.998Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-06T05:35:27.003Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-06T05:35:27.132Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-06T05:35:31.079Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-06T05:35:31.518Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-06T05:35:32.032Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-06T05:35:32.050Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-06T05:35:32.172Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-06T05:35:32.374Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-06T05:35:32.934Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-06T05:35:34.988Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T05:35:37.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T05:35:37.816Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-06T05:35:38.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T05:35:39.093Z||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.
2023-01-06T05:35:40.755Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T05:35:42.215Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-06T05:35:42.242Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-06T05:35:42.243Z||main|||||WARN|500||The sdc end point is not alive
2023-01-06T05:35:45.745Z||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
2023-01-06T05:35:48.888Z||main|||||WARN|500||---
2023-01-06T05:35:48.888Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-06T05:35:48.888Z||main|||||WARN|500||---
2023-01-06T05:35:49.525Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-06T05:35:54.977Z||main|||||INFO|500||Started Application in 43.617 seconds (JVM running for 45.848)
2023-01-06T05:35:55.024Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-06T05:35:55.038Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-06T05:35:55.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-06T05:35:55.111Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-06T05:35:55.178Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3466aa4a-155d-42fd-96f8-6999fa4990a7 url= /sdc/v1/artifactTypes
2023-01-06T05:35:55.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-06T05:35:55.505Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-06T05:35:55.539Z||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
2023-01-06T05:35:55.562Z||scheduling-1|||||DEBUG|500||create keys
2023-01-06T05:35:55.572Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-06T05:35:55.626Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:35:55.643Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c1d11c5c-094c-4e76-ba17-2d2606afb9fc url= /sdc/v1/registerForDistribution
2023-01-06T05:35:55.743Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c1d11c5c-094c-4e76-ba17-2d2606afb9fc url= /sdc/v1/registerForDistribution
2023-01-06T05:35:55.744Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-06T05:35:55.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:35:55.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:35:55.775Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-06T05:35:55.776Z||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.
2023-01-06T05:35:55.777Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:35:55.776Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T05:35:55.781Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T05:36:06.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:36:06.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:36:55.755Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:36:55.756Z||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.
2023-01-06T05:36:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:36:55.759Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:36:55.760Z||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.
2023-01-06T05:36:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:37:05.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:37:05.313Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:37:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:37:55.754Z||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.
2023-01-06T05:37:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:37:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:37:55.758Z||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.
2023-01-06T05:37:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:38:05.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:38:05.309Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:38:55.753Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:38:55.754Z||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.
2023-01-06T05:38:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:38:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:38:55.758Z||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.
2023-01-06T05:38:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:39:05.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:39:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:39:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:39:55.754Z||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.
2023-01-06T05:39:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:39:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:39:55.758Z||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.
2023-01-06T05:39:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:40:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:40:05.311Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:40:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:40:55.755Z||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.
2023-01-06T05:40:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:40:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:40:55.758Z||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.
2023-01-06T05:40:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:41:05.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:41:05.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:41:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:41:55.760Z||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.
2023-01-06T05:41:55.761Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:41:55.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:41:55.762Z||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.
2023-01-06T05:41:55.762Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:42:05.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:42:05.317Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:42:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:42:55.754Z||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.
2023-01-06T05:42:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:42:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:42:55.760Z||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.
2023-01-06T05:42:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:43:05.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:43:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:43:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:43:55.754Z||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.
2023-01-06T05:43:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:43:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:43:55.758Z||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.
2023-01-06T05:43:55.759Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:44:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:44:05.326Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:44:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:44:55.754Z||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.
2023-01-06T05:44:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:44:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:44:55.758Z||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.
2023-01-06T05:44:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:45:05.328Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:45:05.335Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:45:34.113Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-06T05:45:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:45:55.754Z||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.
2023-01-06T05:45:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:45:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:45:55.758Z||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.
2023-01-06T05:45:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:46:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:46:05.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:46:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:46:55.754Z||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.
2023-01-06T05:46:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:46:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:46:55.758Z||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.
2023-01-06T05:46:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:47:05.311Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:47:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:47:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:47:55.754Z||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.
2023-01-06T05:47:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:47:55.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:47:55.758Z||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.
2023-01-06T05:47:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:48:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:48:05.308Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:48:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:48:55.754Z||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.
2023-01-06T05:48:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:48:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:48:55.758Z||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.
2023-01-06T05:48:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:49:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:49:05.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:49:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:49:55.756Z||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.
2023-01-06T05:49:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:49:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:49:55.758Z||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.
2023-01-06T05:49:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:50:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:50:05.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:50:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:50:55.754Z||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.
2023-01-06T05:50:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:50:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:50:55.758Z||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.
2023-01-06T05:50:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:51:05.307Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:51:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:51:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:51:55.754Z||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.
2023-01-06T05:51:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:51:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:51:55.758Z||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.
2023-01-06T05:51:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:52:05.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:52:05.318Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:52:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:52:55.754Z||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.
2023-01-06T05:52:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:52:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:52:55.758Z||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.
2023-01-06T05:52:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:53:05.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:53:05.305Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:53:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:53:55.754Z||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.
2023-01-06T05:53:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:53:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:53:55.758Z||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.
2023-01-06T05:53:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:54:05.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:54:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:54:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:54:55.754Z||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.
2023-01-06T05:54:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:54:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:54:55.758Z||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.
2023-01-06T05:54:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:55:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:55:05.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:55:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:55:55.754Z||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.
2023-01-06T05:55:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:55:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:55:55.758Z||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.
2023-01-06T05:55:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:56:05.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:56:05.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:56:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:56:55.754Z||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.
2023-01-06T05:56:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:56:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:56:55.757Z||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.
2023-01-06T05:56:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:57:05.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:57:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:57:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:57:55.754Z||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.
2023-01-06T05:57:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:57:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:57:55.758Z||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.
2023-01-06T05:57:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:58:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:58:05.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:58:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:58:55.756Z||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.
2023-01-06T05:58:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:58:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:58:55.758Z||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.
2023-01-06T05:58:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:59:05.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:59:05.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T05:59:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:59:55.754Z||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.
2023-01-06T05:59:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T05:59:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T05:59:55.758Z||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.
2023-01-06T05:59:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:00:05.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:00:05.318Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:00:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:00:55.754Z||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.
2023-01-06T06:00:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:00:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:00:55.758Z||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.
2023-01-06T06:00:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:01:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:01:05.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:01:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:01:55.754Z||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.
2023-01-06T06:01:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:01:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:01:55.758Z||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.
2023-01-06T06:01:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:02:05.313Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:02:05.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:02:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:02:55.754Z||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.
2023-01-06T06:02:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:02:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:02:55.758Z||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.
2023-01-06T06:02:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:03:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:03:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:03:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:03:55.754Z||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.
2023-01-06T06:03:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:03:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:03:55.758Z||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.
2023-01-06T06:03:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:04:05.306Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:04:05.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:04:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:04:55.754Z||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.
2023-01-06T06:04:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:04:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:04:55.758Z||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.
2023-01-06T06:04:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:05:05.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:05:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:05:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:05:55.753Z||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.
2023-01-06T06:05:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:05:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:05:55.758Z||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.
2023-01-06T06:05:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:06:05.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:06:05.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:06:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:06:55.754Z||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.
2023-01-06T06:06:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:06:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:06:55.757Z||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.
2023-01-06T06:06:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:07:05.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:07:05.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:07:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:07:55.754Z||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.
2023-01-06T06:07:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:07:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:07:55.758Z||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.
2023-01-06T06:07:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:08:05.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:08:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:08:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:08:55.757Z||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.
2023-01-06T06:08:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:08:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:08:55.758Z||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.
2023-01-06T06:08:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:09:05.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:09:05.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:09:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:09:55.754Z||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.
2023-01-06T06:09:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:09:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:09:55.757Z||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.
2023-01-06T06:09:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:10:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:10:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:10:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:10:55.753Z||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.
2023-01-06T06:10:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:10:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:10:55.758Z||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.
2023-01-06T06:10:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:11:05.319Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:11:05.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:11:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:11:55.754Z||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.
2023-01-06T06:11:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:11:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:11:55.758Z||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.
2023-01-06T06:11:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:12:05.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:12:05.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:12:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:12:55.753Z||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.
2023-01-06T06:12:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:12:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:12:55.758Z||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.
2023-01-06T06:12:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:13:05.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:13:05.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:13:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:13:55.754Z||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.
2023-01-06T06:13:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:13:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:13:55.757Z||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.
2023-01-06T06:13:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:14:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:14:05.312Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:14:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:14:55.754Z||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.
2023-01-06T06:14:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:14:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:14:55.758Z||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.
2023-01-06T06:14:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:15:05.313Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:15:05.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:15:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:15:55.754Z||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.
2023-01-06T06:15:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:15:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:15:55.757Z||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.
2023-01-06T06:15:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:16:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:16:05.313Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:16:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:16:55.753Z||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.
2023-01-06T06:16:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:16:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:16:55.758Z||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.
2023-01-06T06:16:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:17:05.310Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:17:05.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:17:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:17:55.754Z||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.
2023-01-06T06:17:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:17:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:17:55.758Z||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.
2023-01-06T06:17:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:18:05.309Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:18:05.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:18:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:18:55.757Z||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.
2023-01-06T06:18:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:18:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:18:55.758Z||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.
2023-01-06T06:18:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:19:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:19:05.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:19:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:19:55.754Z||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.
2023-01-06T06:19:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:19:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:19:55.758Z||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.
2023-01-06T06:19:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:20:05.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:20:05.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:20:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:20:55.754Z||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.
2023-01-06T06:20:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:20:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:20:55.758Z||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.
2023-01-06T06:20:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:21:05.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:21:05.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:21:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:21:55.754Z||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.
2023-01-06T06:21:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:21:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:21:55.758Z||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.
2023-01-06T06:21:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:22:05.318Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:22:05.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:22:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:22:55.754Z||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.
2023-01-06T06:22:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:22:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:22:55.757Z||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.
2023-01-06T06:22:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:23:05.321Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:23:05.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:23:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:23:55.754Z||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.
2023-01-06T06:23:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:23:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:23:55.758Z||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.
2023-01-06T06:23:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:24:05.316Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:24:05.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:24:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:24:55.754Z||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.
2023-01-06T06:24:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:24:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:24:55.758Z||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.
2023-01-06T06:24:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:25:05.307Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:25:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:25:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:25:55.754Z||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.
2023-01-06T06:25:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:25:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:25:55.758Z||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.
2023-01-06T06:25:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:26:05.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:26:05.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:26:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:26:55.754Z||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.
2023-01-06T06:26:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:26:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:26:55.757Z||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.
2023-01-06T06:26:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:27:05.325Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:27:05.325Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:27:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:27:55.753Z||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.
2023-01-06T06:27:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:27:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:27:55.757Z||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.
2023-01-06T06:27:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:28:05.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:28:05.315Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:28:55.753Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:28:55.754Z||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.
2023-01-06T06:28:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:28:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:28:55.758Z||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.
2023-01-06T06:28:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:29:05.307Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:29:05.309Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:29:55.754Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:29:55.756Z||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.
2023-01-06T06:29:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:29:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:29:55.757Z||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.
2023-01-06T06:29:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:30:05.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:30:05.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:30:55.753Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:30:55.754Z||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.
2023-01-06T06:30:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:30:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:30:55.758Z||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.
2023-01-06T06:30:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:31:05.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:31:05.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:31:55.753Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:31:55.754Z||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.
2023-01-06T06:31:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:31:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:31:55.758Z||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.
2023-01-06T06:31:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:32:05.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:32:05.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:32:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:32:55.754Z||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.
2023-01-06T06:32:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:32:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:32:55.757Z||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.
2023-01-06T06:32:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:33:05.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:33:05.335Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:33:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:33:55.754Z||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.
2023-01-06T06:33:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:33:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:33:55.757Z||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.
2023-01-06T06:33:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:34:05.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:34:05.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:34:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:34:55.754Z||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.
2023-01-06T06:34:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:34:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:34:55.757Z||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.
2023-01-06T06:34:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:35:05.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:35:05.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:35:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:35:55.754Z||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.
2023-01-06T06:35:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:35:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:35:55.757Z||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.
2023-01-06T06:35:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:36:05.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:36:05.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:36:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:36:55.753Z||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.
2023-01-06T06:36:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:36:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:36:55.758Z||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.
2023-01-06T06:36:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:37:05.311Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:37:05.316Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:37:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:37:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:37:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:37:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:37:55.758Z||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.
2023-01-06T06:37:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:38:05.318Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:38:05.318Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:38:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:38:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:38:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:38:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:38:55.758Z||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.
2023-01-06T06:38:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:39:05.318Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:39:05.318Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:39:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:39:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:39:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:39:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:39:55.758Z||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.
2023-01-06T06:39:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:40:05.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:05.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:55.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:40:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:40:55.755Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:40:55.758Z||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.
2023-01-06T06:40:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:40:56.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:56.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d505fbb-741f-4b6e-8f5f-683e9eba0a37","serviceName":"vFW 2023-01-06 06-39-07","serviceVersion":"1.0","serviceUUID":"9ed58b03-3e0a-453a-8432-2fb2c9d85e69","serviceDescription":"catalog service description","serviceInvariantUUID":"b64fb872-a8e6-48f9-98a9-96691b13f008","resources":[{"resourceInstanceName":"vFW d64b710a-7dd5 0","resourceName":"vFW d64b710a-7dd5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbed80db-edbe-44ad-8186-cce08fb93fbb","resourceInvariantUUID":"11786c59-8559-4bef-af1d-239371bcdd60","resourceCustomizationUUID":"d71afab1-0cb9-446c-8f69-19a6ffc7a9f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml","artifactChecksum":"ZGMwNGZlMjFiMGRmZDkxNjY0ZjRmNzBhZTViN2JmZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c797f6d-4a80-463a-8ffe-10d454383590","artifactVersion":"1"},{"artifactName":"vfwd64b710a7dd50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json","artifactChecksum":"OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45fe9c46-a6cd-4902-b119-8d694f9c29e3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml","artifactChecksum":"NDU5YzIyNDNlMDY5ZTdhMmM0MWI5MzYyODY0MjI5MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9649443e-bada-4831-859a-7bf90056d652","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e83035e-d250-4c54-a339-ed835329a358","artifactVersion":"2","generatedFromUUID":"aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230106063907-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml","artifactChecksum":"NWE1YTU5NmI4NzdmODBkY2ZiN2NjMTFiY2NlYWVlM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b1c71c2-1744-4fe8-99ca-f68d28fc7910","artifactVersion":"1"},{"artifactName":"service-Vfw20230106063907-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar","artifactChecksum":"MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"503b1454-9b21-4057-b412-28c1f60576f3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:40:56.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:56.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:56.412Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.424Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:56.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.425Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987219462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987179285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987230676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987231615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987224855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987224831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:40:56.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987232637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-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=?
2023-01-06T06:40:56.525Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-06T06:40:56.529Z||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.
2023-01-06T06:40:56.529Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:56.541Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:56.542Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T06:40:56.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.650Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987231787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987232157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987232714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987232856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987233979,
  "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=?
2023-01-06T06:40:56.693Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.694Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987234982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987238223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987239227,
  "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=?
2023-01-06T06:40:56.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987250941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:40:56.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:40:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:40:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987251945,
  "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=?
2023-01-06T06:40:56.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
2023-01-06T06:40:56.730Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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 (?, ?, ?, ?, ?)
2023-01-06T06:40:57.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:57.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:57.434Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:57.434Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:40:57.534Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:40:57.536Z||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.
2023-01-06T06:40:57.536Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:57.547Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:57.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:40:58.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:58.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:58.459Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:58.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:40:58.538Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2023-01-06T06:40:58.540Z||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.
2023-01-06T06:40:58.540Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:58.551Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:58.552Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:40:59.460Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:40:59.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:40:59.463Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:40:59.463Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:40:59.565Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T06:40:59.567Z||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.
2023-01-06T06:40:59.567Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:40:59.581Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:40:59.581Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:00.464Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:00.465Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:00.467Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:00.467Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T06:41:00.567Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:00.568Z||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.
2023-01-06T06:41:00.569Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:00.581Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:00.582Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:01.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:01.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:01.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:01.470Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:41:01.570Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:41:01.571Z||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.
2023-01-06T06:41:01.572Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:01.593Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:01.594Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:02.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:41:02.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:02.474Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:02.474Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:41:02.574Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:02.576Z||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.
2023-01-06T06:41:02.577Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:02.588Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:02.589Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:03.476Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "serviceName": "vFW 2023-01-06 06-39-07",
  "serviceVersion": "1.0",
  "serviceUUID": "9ed58b03-3e0a-453a-8432-2fb2c9d85e69",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b64fb872-a8e6-48f9-98a9-96691b13f008",
  "resources": [
    {
      "resourceInstanceName": "vFW d64b710a-7dd5 0",
      "resourceCustomizationUUID": "d71afab1-0cb9-446c-8f69-19a6ffc7a9f5",
      "resourceName": "vFW d64b710a-7dd5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cbed80db-edbe-44ad-8186-cce08fb93fbb",
      "resourceInvariantUUID": "11786c59-8559-4bef-af1d-239371bcdd60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd64b710a7dd50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
          "artifactChecksum": "OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45fe9c46-a6cd-4902-b119-8d694f9c29e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e83035e-d250-4c54-a339-ed835329a358",
            "generatedFromUUID": "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e83035e-d250-4c54-a339-ed835329a358",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230106063907-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
      "artifactChecksum": "MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "503b1454-9b21-4057-b412-28c1f60576f3"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T06:41:03.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:41:03.478Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ed58b03-3e0a-453a-8432-2fb2c9d85e69 ASDC
2023-01-06T06:41:03.588Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1d505fbb-741f-4b6e-8f5f-683e9eba0a37
ServiceName:vFW 2023-01-06 06-39-07
ServiceVersion:1.0
ServiceUUID:9ed58b03-3e0a-453a-8432-2fb2c9d85e69
ServiceInvariantUUID:b64fb872-a8e6-48f9-98a9-96691b13f008
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230106063907-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
ArtifactUUID:503b1454-9b21-4057-b412-28c1f60576f3
ArtifactChecksum:MTI0ZjFmOTIzNWQyMDRlMTk3NjVjMTMyZjgyN2VkM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d64b710a-7dd5 0
ResourceCustomizationUUID:d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
ResourceInvariantUUID:11786c59-8559-4bef-af1d-239371bcdd60
ResourceName:vFW d64b710a-7dd5
ResourceType:VF
ResourceUUID:cbed80db-edbe-44ad-8186-cce08fb93fbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd64b710a7dd50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
ArtifactUUID:45fe9c46-a6cd-4902-b119-8d694f9c29e3
ArtifactChecksum:OTY2MGYyNDAyZjA5YzJmZDJhY2Y3YjFmYzIwZTliZGE=
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
ArtifactUUID:aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
ArtifactUUID:0e83035e-d250-4c54-a339-ed835329a358
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/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
ArtifactUUID:0e83035e-d250-4c54-a339-ed835329a358
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T06:41:03.589Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ed58b03-3e0a-453a-8432-2fb2c9d85e69 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=?
2023-01-06T06:41:03.648Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:41:03.650Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 503b1454-9b21-4057-b412-28c1f60576f3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.652Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:03.654Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:03.848Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar 503b1454-9b21-4057-b412-28c1f60576f3 101503
2023-01-06T06:41:03.850Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar ASDC sendASDCNotification
2023-01-06T06:41:03.851Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:03.852Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:03.853Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:03.855Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:03.855Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987263849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:41:03.955Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:03.956Z||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.
2023-01-06T06:41:03.956Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:03.969Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:03.969Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:04.859Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:41:04.865Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:41:04.866Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 503b1454-9b21-4057-b412-28c1f60576f3, URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar to file: /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.867Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.944Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:04.944Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:05.760Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14314581362862644809/Definitions/service-Vfw20230106063907-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
2023-01-06T06:41:08.792Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.797Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d64b710a-7dd5 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-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.798Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:08.799Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:41:08.806Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.808Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.812Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.812Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:41:08.814Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:41:08.816Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.816Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.817Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.821Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.822Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.823Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.824Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.825Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.827Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:08.828Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.829Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.830Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.831Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11c8f104-5c39-44d6-895a-62209d48481d
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.832Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.833Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.834Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a2981ce-aa4d-41a0-838f-7e2cca800720
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:08.835Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:08.836Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T06:41:08.837Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05de7b75-1eae-464f-a707-2d2223597b13
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.838Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:08.839Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-06 06-39-07
Description:catalog service description
Model UUID:9ed58b03-3e0a-453a-8432-2fb2c9d85e69
Model Version:NULL
Model InvariantUuid:b64fb872-a8e6-48f9-98a9-96691b13f008
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d64b710a-7dd5
Model UUID:1a98beb0-6ded-469b-9c5c-02af7960688f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11786c59-8559-4bef-af1d-239371bcdd60
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b83a06a7-12a7-4d9a-be79-1913b871ebcf
ModelName:VfwD64b710a7dd5..base_vfw..module-0
ModelUuid:8b8cc986-8e54-4692-8e07-8bf205adca3f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11c8f104-5c39-44d6-895a-62209d48481d
ModelInvariantUuid:e6bb9eda-9569-4504-a92d-39c5f532d054
ModelName:vFW d64b710a-7dd5-nodes.vfwCvfc
ModelUuid:af7d8a3b-f1ad-44f3-aa37-d5da037b2f32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:85ac9664-a62c-4a2f-90c5-f9eb8f62e740
ModelInvariantUuid:e86ea326-1195-422b-be34-1272c1e90131
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vfw
ModelUuid:326b5e56-4a5a-43a7-b948-67912b7c0c5e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7a2981ce-aa4d-41a0-838f-7e2cca800720
ModelInvariantUuid:d2b2bc47-824c-470c-a64b-501438ba6488
ModelName:vFW d64b710a-7dd5-nodes.vsnCvfc
ModelUuid:4dd37422-fca1-4db4-8b87-bb717e5066df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:86b3afcd-ad42-4101-a40e-c8969b205ee6
ModelInvariantUuid:01d43060-402f-41c5-bd8e-a3fd51be7a1e
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vsn
ModelUuid:04f70ec2-8cc7-49c1-9356-9b5db8ef7a42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:05de7b75-1eae-464f-a707-2d2223597b13
ModelInvariantUuid:27ed7f77-8444-4420-ba4e-23a3490de163
ModelName:vFW d64b710a-7dd5-nodes.vpgCvfc
ModelUuid:de60e82d-e2b7-499c-bb98-705efa5a2f38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:49e0f9ae-230f-427e-be90-a59d93816ff5
ModelInvariantUuid:ef6015e5-a880-4f33-a35a-53ad401c6de9
ModelName:VfwD64b710a7dd5.compute.nodes.heat.vpg
ModelUuid:9ed405a0-634b-41c4-b562-1b2286737b0c
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=?
2023-01-06T06:41:08.850Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: cbed80db-edbe-44ad-8186-cce08fb93fbb
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=?
2023-01-06T06:41:08.937Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||vFW d64b710a-7dd5 0
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbed80db-edbe-44ad-8186-cce08fb93fbb
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45fe9c46-a6cd-4902-b119-8d694f9c29e3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:08.945Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:09.007Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:09.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json 45fe9c46-a6cd-4902-b119-8d694f9c29e3 785
2023-01-06T06:41:09.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json ASDC sendASDCNotification
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:09.009Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:09.012Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:09.012Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987269008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:41:09.113Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:09.115Z||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.
2023-01-06T06:41:09.115Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:09.127Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:09.127Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:10.014Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD64b710a7dd5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b83a06a7-12a7-4d9a-be79-1913b871ebcf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b8cc986-8e54-4692-8e07-8bf205adca3f",
    "vfModuleModelCustomizationUUID": "72f2c151-0842-45bd-861c-1986dd75a7b4",
    "isBase": true,
    "artifacts": [
      "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
      "0e83035e-d250-4c54-a339-ed835329a358"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:41:10.031Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD64b710a7dd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b8cc986-8e54-4692-8e07-8bf205adca3f
VfModuleModelInvariantUUID:b83a06a7-12a7-4d9a-be79-1913b871ebcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
,
0e83035e-d250-4c54-a339-ed835329a358

}
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


}

2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD64b710a7dd5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b83a06a7-12a7-4d9a-be79-1913b871ebcf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b8cc986-8e54-4692-8e07-8bf205adca3f",
    "vfModuleModelCustomizationUUID": "72f2c151-0842-45bd-861c-1986dd75a7b4",
    "isBase": true,
    "artifacts": [
      "aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3",
      "0e83035e-d250-4c54-a339-ed835329a358"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD64b710a7dd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b8cc986-8e54-4692-8e07-8bf205adca3f
VfModuleModelInvariantUUID:b83a06a7-12a7-4d9a-be79-1913b871ebcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3
,
0e83035e-d250-4c54-a339-ed835329a358

}
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


}

2023-01-06T06:41:10.034Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.035Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:10.035Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.115Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml aec3ed4f-1927-4f5e-a7d1-c5beaac8f3c3 20368
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:10.117Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:10.118Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:10.120Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:10.120Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987270117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:41:10.220Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:10.222Z||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.
2023-01-06T06:41:10.222Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:10.235Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:10.236Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:11.121Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e83035e-d250-4c54-a339-ed835329a358 from URL: /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.122Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:41:11.122Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.218Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env 0e83035e-d250-4c54-a339-ed835329a358 2098
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:41:11.219Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:11.222Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:11.222Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987271219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:41:11.322Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:11.324Z||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.
2023-01-06T06:41:11.325Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:11.359Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:11.360Z||pool-13-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:12.223Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9ed58b03-3e0a-453a-8432-2fb2c9d85e69
2023-01-06T06:41:12.224Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d64b710a-7dd5 0 cbed80db-edbe-44ad-8186-cce08fb93fbb 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=?
2023-01-06T06:41:12.260Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@192f19d0, org.onap.sdc.toscaparser.api.parameters.Input@55ba442, org.onap.sdc.toscaparser.api.parameters.Input@56d4d8d5, org.onap.sdc.toscaparser.api.parameters.Input@3410b129, org.onap.sdc.toscaparser.api.parameters.Input@5590dfe2]
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-06T06:41:12.264Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
2023-01-06T06:41:12.265Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5 matches Tosca VF Customization UUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
2023-01-06T06:41:12.265Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d71afab1-0cb9-446c-8f69-19a6ffc7a9f5  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=?
2023-01-06T06:41:12.272Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.272Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.273Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d71afab1-0cb9-446c-8f69-19a6ffc7a9f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T06:41:12.273Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f5ab5f2
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:41:12.274Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72f2c151-0842-45bd-861c-1986dd75a7b4
2023-01-06T06:41:12.275Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72f2c151-0842-45bd-861c-1986dd75a7b4
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=?
2023-01-06T06:41:12.281Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.281Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.282Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.282Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.283Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.284Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.285Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11c8f104-5c39-44d6-895a-62209d48481d
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=?
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.297Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.298Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T06:41:12.299Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.300Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a2981ce-aa4d-41a0-838f-7e2cca800720
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=?
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.302Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is not matching search criteria
2023-01-06T06:41:12.305Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T06:41:12.306Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T06:41:12.307Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T06:41:12.308Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05de7b75-1eae-464f-a707-2d2223597b13
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=?
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.310Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Node template vFW d64b710a-7dd5 0 is matching search criteria
2023-01-06T06:41:12.311Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d64b710a-7dd5 0] matching following query criteria: sdcType=VF, customizationUUID=d71afab1-0cb9-446c-8f69-19a6ffc7a9f5
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=?
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.313Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9ed58b03-3e0a-453a-8432-2fb2c9d85e69: vFW d64b710a-7dd5
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.314Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:41:12.315Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-06 06-39-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:41:12.316Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-06 06-39-07 
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 (?, ?, ?, ?, ?)
2023-01-06T06:41:12.569Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d64b710a-7dd5 cbed80db-edbe-44ad-8186-cce08fb93fbb 1 ASDC deployResourceStructure
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json ASDC sendASDCNotification
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:12.570Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:12.572Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:12.572Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987272570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:41:12.672Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:12.673Z||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.
2023-01-06T06:41:12.674Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:12.691Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:12.691Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:41:13.573Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:13.574Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:13.576Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:13.576Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987273573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:41:13.676Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:13.677Z||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.
2023-01-06T06:41:13.678Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:13.708Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:13.708Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:14.577Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:14.578Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:14.580Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:14.580Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987274577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-06T06:41:14.680Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:14.681Z||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.
2023-01-06T06:41:14.681Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:14.704Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:14.705Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:15.581Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar ASDC sendASDCNotification
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:41:15.582Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:41:15.584Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:41:15.584Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987275581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:41:15.685Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:41:15.686Z||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.
2023-01-06T06:41:15.686Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:41:15.697Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:15.697Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:41:16.585Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:41:16.603Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37
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=?
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:41:16.607Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:41:16.608Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:41:16.623Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:41:46.624Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 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=?
2023-01-06T06:41:46.649Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 and serviceModelVersionId: 9ed58b03-3e0a-453a-8432-2fb2c9d85e69
2023-01-06T06:41:46.650Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b64fb872-a8e6-48f9-98a9-96691b13f008
2023-01-06T06:41:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:41:55.758Z||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.
2023-01-06T06:41:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:41:55.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:41:55.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:00.967Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0
2023-01-06T06:42:01.109Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:42:01.647Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|INFO|500||Invoke
2023-01-06T06:42:01.656Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23642f52-7fc8-4a86-a4ea-5b6acf56f0cd], X-ECOMP-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], X-TransactionId=[], X-ONAP-RequestID=[1d505fbb-741f-4b6e-8f5f-683e9eba0a37], Content-Type=[application/merge-patch+json]}
2023-01-06T06:42:01.772Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T06:42:01.992Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?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/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:42:02 GMT], content-length=[0], vertex-id=[114728], x-aai-txid=[0-aai-resources-230106-06:42:02:386-88362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:42:01.994Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:42:01.995Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b64fb872-a8e6-48f9-98a9-96691b13f008/model-vers/model-ver/9ed58b03-3e0a-453a-8432-2fb2c9d85e69?depth=0|INFO|500||InvokeReturn
2023-01-06T06:42:01.998Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:42:01.998Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:42:02.004Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:42:02.005Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d505fbb-741f-4b6e-8f5f-683e9eba0a37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:42:02.005Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:42:02.006Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:02.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:02.008Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987322005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:42:02.108Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:02.109Z||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.
2023-01-06T06:42:02.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:02.122Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:02.122Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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=?
2023-01-06T06:42:03.023Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:42:03.024Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:42:03.024Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:03.656Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:03.657Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T06:42:03.657Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"07ab42d8-7ce8-4b05-a7f0-48c0a4841d37","serviceName":"basic_onboard_mhEPkO","serviceVersion":"1.0","serviceUUID":"eeebe825-6a52-45b8-8f03-8e8463a71171","serviceDescription":"service","serviceInvariantUUID":"7db17584-c068-47d8-88ec-c0ec700c5a70","resources":[{"resourceInstanceName":"basic_onboard_mhEPkO 0","resourceName":"basic_onboard_mhEPkO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69eaba7b-dcc5-4e78-92bc-cc49ef035a5b","resourceInvariantUUID":"94a8146f-8437-4087-88d9-b94a5493976b","resourceCustomizationUUID":"a4cbf610-98f9-466d-8126-4dd296be0b07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml","artifactChecksum":"OTc0MDVhYzU3ZWI2ODYwYTlhN2EzNDRjZWVkM2YwYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0ae5084-6206-4075-b2ba-8e86a769acdf","artifactVersion":"1"},{"artifactName":"basic_onboard_mhepko0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json","artifactChecksum":"YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd9020b7-9628-40e3-8218-b166630cae4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84835712-5c8d-48ed-b4af-90079452bb28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e675fd43-ebbd-42e0-96f4-100bb2e2fb6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c71e1c06-73b2-483f-8eac-22a6f4b797b4","artifactVersion":"2","generatedFromUUID":"84835712-5c8d-48ed-b4af-90079452bb28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMhepko-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml","artifactChecksum":"ZGMxODU0MjkyODlkZGRjMzlmMWFmZjk3YjQ2NDAyMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"803986d5-96f8-45ef-9603-48bff1e36396","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMhepko-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar","artifactChecksum":"N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a34572ff-3fcf-452c-ab4b-a236b6067b60","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:42:03.662Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:03.663Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:03.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:03.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:03.766Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:03.767Z||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.
2023-01-06T06:42:03.767Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:03.782Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:03.782Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:04.666Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:04.667Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:04.669Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:04.669Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:42:04.770Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:04.771Z||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.
2023-01-06T06:42:04.771Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:04.788Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:04.789Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:05.670Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:05.671Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:05.673Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:05.673Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:42:05.773Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:05.774Z||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.
2023-01-06T06:42:05.774Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:05.809Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:05.810Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:06.674Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:06.675Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:06.677Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:06.677Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:06.777Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:06.778Z||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.
2023-01-06T06:42:06.778Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:06.799Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:06.800Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:07.678Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:07.679Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:07.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:07.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T06:42:07.781Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:07.782Z||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.
2023-01-06T06:42:07.782Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:07.793Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:07.793Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:08.681Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:08.682Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:08.684Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:08.684Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:08.785Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:08.786Z||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.
2023-01-06T06:42:08.786Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:08.805Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:08.805Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:09.685Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:42:09.686Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:09.688Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:09.688Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:09.788Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:09.789Z||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.
2023-01-06T06:42:09.790Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:09.803Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:09.804Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:10.690Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "serviceName": "basic_onboard_mhEPkO",
  "serviceVersion": "1.0",
  "serviceUUID": "eeebe825-6a52-45b8-8f03-8e8463a71171",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7db17584-c068-47d8-88ec-c0ec700c5a70",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mhEPkO 0",
      "resourceCustomizationUUID": "a4cbf610-98f9-466d-8126-4dd296be0b07",
      "resourceName": "basic_onboard_mhEPkO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "69eaba7b-dcc5-4e78-92bc-cc49ef035a5b",
      "resourceInvariantUUID": "94a8146f-8437-4087-88d9-b94a5493976b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mhepko0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
          "artifactChecksum": "YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd9020b7-9628-40e3-8218-b166630cae4b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "84835712-5c8d-48ed-b4af-90079452bb28",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c71e1c06-73b2-483f-8eac-22a6f4b797b4",
            "generatedFromUUID": "84835712-5c8d-48ed-b4af-90079452bb28"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c71e1c06-73b2-483f-8eac-22a6f4b797b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMhepko-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
      "artifactChecksum": "N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a34572ff-3fcf-452c-ab4b-a236b6067b60"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T06:42:10.691Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:42:10.691Z|1d505fbb-741f-4b6e-8f5f-683e9eba0a37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eeebe825-6a52-45b8-8f03-8e8463a71171 ASDC
2023-01-06T06:42:10.692Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
ServiceName:basic_onboard_mhEPkO
ServiceVersion:1.0
ServiceUUID:eeebe825-6a52-45b8-8f03-8e8463a71171
ServiceInvariantUUID:7db17584-c068-47d8-88ec-c0ec700c5a70
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMhepko-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
ArtifactUUID:a34572ff-3fcf-452c-ab4b-a236b6067b60
ArtifactChecksum:N2YyNjI0NjhjYzM0MTNkM2M3ZTliZTYwNzk2YzUyZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mhEPkO 0
ResourceCustomizationUUID:a4cbf610-98f9-466d-8126-4dd296be0b07
ResourceInvariantUUID:94a8146f-8437-4087-88d9-b94a5493976b
ResourceName:basic_onboard_mhEPkO
ResourceType:VF
ResourceUUID:69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mhepko0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
ArtifactUUID:fd9020b7-9628-40e3-8218-b166630cae4b
ArtifactChecksum:YWQ1MDVlOGM2YjE2NzQyMTcxMjNmNDVhMWYwMzY5ZmI=
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84835712-5c8d-48ed-b4af-90079452bb28
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
ArtifactUUID:c71e1c06-73b2-483f-8eac-22a6f4b797b4
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/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
ArtifactUUID:c71e1c06-73b2-483f-8eac-22a6f4b797b4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T06:42:10.692Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eeebe825-6a52-45b8-8f03-8e8463a71171 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:10.747Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:42:10.748Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a34572ff-3fcf-452c-ab4b-a236b6067b60 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:10.749Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.839Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:10.845Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar a34572ff-3fcf-452c-ab4b-a236b6067b60 75678
2023-01-06T06:42:10.845Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar ASDC sendASDCNotification
2023-01-06T06:42:10.846Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:10.846Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:10.847Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:10.849Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:10.849Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987330845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:10.951Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T06:42:10.952Z||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.
2023-01-06T06:42:10.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:10.965Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:10.965Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:11.850Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:42:11.851Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T06:42:11.852Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a34572ff-3fcf-452c-ab4b-a236b6067b60, URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar to file: /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.852Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.853Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.853Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:11.962Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14363108923963713110/Definitions/service-BasicOnboardMhepko-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
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.211Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mhEPkO 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-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T06:42:13.212Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:42:13.213Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.214Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:13.215Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.216Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.217Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:13.218Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99e31ec8-b29b-482d-b382-83e046137646
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.219Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:13.220Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mhEPkO
Description:service
Model UUID:eeebe825-6a52-45b8-8f03-8e8463a71171
Model Version:NULL
Model InvariantUuid:7db17584-c068-47d8-88ec-c0ec700c5a70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mhEPkO
Model UUID:e8b3623a-2065-4f9a-a244-ba7b784b8d79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94a8146f-8437-4087-88d9-b94a5493976b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4cbf610-98f9-466d-8126-4dd296be0b07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58d98ea7-4782-4482-bad8-08736c844bf7
ModelName:BasicOnboardMhepko..base_ubuntu18..module-0
ModelUuid:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99e31ec8-b29b-482d-b382-83e046137646
ModelInvariantUuid:4c34b8c6-292b-480e-ada5-c8e7d44ebc3f
ModelName:basic_onboard_mhEPkO-nodes.ubuntu18Cvfc
ModelUuid:fd85f969-b665-4ae8-aefc-4345e1bbad3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:be9693aa-28b1-4e57-9fff-e678909ac256
ModelInvariantUuid:37eacc58-2699-4d54-bfc3-28926bfdad5d
ModelName:BasicOnboardMhepko.compute.nodes.heat.ubuntu18
ModelUuid:68481214-ebaf-49ee-9490-3051d7482b2d
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=?
2023-01-06T06:42:13.227Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
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=?
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||basic_onboard_mhEPkO 0
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd9020b7-9628-40e3-8218-b166630cae4b from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:13.230Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.290Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json fd9020b7-9628-40e3-8218-b166630cae4b 798
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json ASDC sendASDCNotification
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:13.291Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:13.293Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:13.293Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987333291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:13.394Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:13.394Z||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.
2023-01-06T06:42:13.394Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:13.407Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:13.407Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:14.294Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMhepko..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58d98ea7-4782-4482-bad8-08736c844bf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ee8910d-77c6-4ca9-a60b-31c88ff8bb21",
    "vfModuleModelCustomizationUUID": "a1acda35-df20-4bc2-a718-84e165955395",
    "isBase": true,
    "artifacts": [
      "84835712-5c8d-48ed-b4af-90079452bb28",
      "c71e1c06-73b2-483f-8eac-22a6f4b797b4"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:42:14.298Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhepko..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
VfModuleModelInvariantUUID:58d98ea7-4782-4482-bad8-08736c844bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
84835712-5c8d-48ed-b4af-90079452bb28
,
c71e1c06-73b2-483f-8eac-22a6f4b797b4

}
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


}

2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMhepko..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58d98ea7-4782-4482-bad8-08736c844bf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ee8910d-77c6-4ca9-a60b-31c88ff8bb21",
    "vfModuleModelCustomizationUUID": "a1acda35-df20-4bc2-a718-84e165955395",
    "isBase": true,
    "artifacts": [
      "84835712-5c8d-48ed-b4af-90079452bb28",
      "c71e1c06-73b2-483f-8eac-22a6f4b797b4"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhepko..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ee8910d-77c6-4ca9-a60b-31c88ff8bb21
VfModuleModelInvariantUUID:58d98ea7-4782-4482-bad8-08736c844bf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
84835712-5c8d-48ed-b4af-90079452bb28
,
c71e1c06-73b2-483f-8eac-22a6f4b797b4

}
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


}

2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84835712-5c8d-48ed-b4af-90079452bb28 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:14.300Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.379Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml 84835712-5c8d-48ed-b4af-90079452bb28 5033
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:14.380Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:14.381Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:14.399Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:14.399Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987334380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:14.482Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2023-01-06T06:42:14.483Z||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.
2023-01-06T06:42:14.484Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:14.495Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:14.496Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:15.400Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c71e1c06-73b2-483f-8eac-22a6f4b797b4 from URL: /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.402Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T06:42:15.402Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env c71e1c06-73b2-483f-8eac-22a6f4b797b4 909
2023-01-06T06:42:15.599Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:42:15.600Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:15.602Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:15.602Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987335599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:15.702Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:15.703Z||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.
2023-01-06T06:42:15.703Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:15.718Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:15.718Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:16.603Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eeebe825-6a52-45b8-8f03-8e8463a71171
2023-01-06T06:42:16.603Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mhEPkO 0 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b 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=?
2023-01-06T06:42:16.619Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@656c8c1d, org.onap.sdc.toscaparser.api.parameters.Input@68458070, org.onap.sdc.toscaparser.api.parameters.Input@dd25fec, org.onap.sdc.toscaparser.api.parameters.Input@49147a6c, org.onap.sdc.toscaparser.api.parameters.Input@48991b37]
2023-01-06T06:42:16.620Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.620Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a4cbf610-98f9-466d-8126-4dd296be0b07
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4cbf610-98f9-466d-8126-4dd296be0b07 matches Tosca VF Customization UUID: a4cbf610-98f9-466d-8126-4dd296be0b07
2023-01-06T06:42:16.621Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a4cbf610-98f9-466d-8126-4dd296be0b07  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=?
2023-01-06T06:42:16.623Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a4cbf610-98f9-466d-8126-4dd296be0b07: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79048817
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.624Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:42:16.625Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1acda35-df20-4bc2-a718-84e165955395
2023-01-06T06:42:16.625Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1acda35-df20-4bc2-a718-84e165955395
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=?
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.627Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is not matching search criteria
2023-01-06T06:42:16.628Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T06:42:16.629Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T06:42:16.629Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99e31ec8-b29b-482d-b382-83e046137646
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=?
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.631Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_mhEPkO 0 is matching search criteria
2023-01-06T06:42:16.632Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_mhEPkO 0] matching following query criteria: sdcType=VF, customizationUUID=a4cbf610-98f9-466d-8126-4dd296be0b07
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=?
2023-01-06T06:42:16.634Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid eeebe825-6a52-45b8-8f03-8e8463a71171: basic_onboard_mhEPkO
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.635Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.636Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:42:16.637Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_mhEPkO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:42:16.638Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_mhEPkO 
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 (?, ?, ?, ?, ?)
2023-01-06T06:42:16.727Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mhEPkO 69eaba7b-dcc5-4e78-92bc-cc49ef035a5b 1 ASDC deployResourceStructure
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json ASDC sendASDCNotification
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json
2023-01-06T06:42:16.728Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:16.729Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:16.731Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:16.731Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987336728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:16.831Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:16.832Z||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.
2023-01-06T06:42:16.832Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:16.843Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:16.843Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:17.732Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:17.733Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:17.736Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:17.736Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987337732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:17.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:17.837Z||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.
2023-01-06T06:42:17.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:17.854Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:17.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:42:18.737Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T06:42:18.738Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env
2023-01-06T06:42:18.738Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:18.739Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:18.742Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:18.742Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987338737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:18.842Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:18.843Z||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.
2023-01-06T06:42:18.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:18.857Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:18.857Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar ASDC sendASDCNotification
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar
2023-01-06T06:42:19.743Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:42:19.744Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:42:19.746Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:42:19.746Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987339742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:19.846Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:42:19.847Z||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.
2023-01-06T06:42:19.848Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:42:19.859Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:19.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:42:20.747Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:42:20.760Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:20.762Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:42:20.762Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:42:20.763Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:42:50.763Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:42:50.780Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:42:50.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:42:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:42:55.758Z||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.
2023-01-06T06:42:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:42:55.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:42:55.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987255753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987254855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987235985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987233640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987254831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987264509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987263598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987263607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987263849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987264158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672987265515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-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=?
2023-01-06T06:42:55.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987264706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987265788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987266576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987266806,
  "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=?
2023-01-06T06:42:55.861Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.861Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672987267580,
  "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=?
2023-01-06T06:42:55.877Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672987267810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987269008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987270117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987271219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987272570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987272546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987273573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "aai-model-loader",
  "timestamp": 1672987273549,
  "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=?
2023-01-06T06:42:55.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
2023-01-06T06:42:55.899Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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 (?, ?, ?, ?, ?)
2023-01-06T06:42:55.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987274577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:42:55.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987275581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:42:55.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:20.784Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:43:20.805Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37
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=?
2023-01-06T06:43:20.808Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:43:20.808Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:43:20.809Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:43:20.815Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:43:50.816Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 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=?
2023-01-06T06:43:50.827Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 and serviceModelVersionId: eeebe825-6a52-45b8-8f03-8e8463a71171
2023-01-06T06:43:50.827Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7db17584-c068-47d8-88ec-c0ec700c5a70
2023-01-06T06:43:50.829Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0
2023-01-06T06:43:50.834Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:43:50.904Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?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]}
2023-01-06T06:43:50.905Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|INFO|500||Invoke
2023-01-06T06:43:50.957Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T06:43:51.083Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0|INFO|500||InvokeReturn
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7db17584-c068-47d8-88ec-c0ec700c5a70/model-vers/model-ver/eeebe825-6a52-45b8-8f03-8e8463a71171?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:43:51 GMT], content-length=[0], vertex-id=[430256], x-aai-txid=[2-aai-resources-230106-06:43:51:567-62279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:43:51.084Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07ab42d8-7ce8-4b05-a7f0-48c0a4841d37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:43:51.089Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:43:51.090Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:43:51.092Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:43:51.092Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987431089,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:43:51.193Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:43:51.194Z||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.
2023-01-06T06:43:51.194Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:43:51.209Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:43:51.210Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:43:52.108Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:43:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:43:55.758Z||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.
2023-01-06T06:43:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:43:55.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:43:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987322005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987323023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987330845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987333291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987334380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987335599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987336728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987337732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987338737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987339742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:43:55.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:44:01.650Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:44:01.650Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:01.651Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:44:01.651Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:44:11.190Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:44:55.753Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:44:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:44:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:44:55.757Z||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.
2023-01-06T06:44:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T06:44:56.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672987431089,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:44:56.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:45:05.329Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:45:55.753Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:45:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T06:45:55.754Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AvoILjfnxntRJjOk) ...
2023-01-06T06:45:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:45:55.757Z||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.
2023-01-06T06:45:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:46:05.311Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:46:05.311Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:46:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:46:55.753Z||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.
2023-01-06T06:46:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:46:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:46:55.757Z||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.
2023-01-06T06:46:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:47:05.323Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:47:05.324Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:47:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:47:55.753Z||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.
2023-01-06T06:47:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:47:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:47:55.758Z||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.
2023-01-06T06:47:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:48:05.312Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:48:05.313Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:48:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:48:55.754Z||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.
2023-01-06T06:48:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:48:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:48:55.758Z||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.
2023-01-06T06:48:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:49:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:49:05.310Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:49:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:49:55.753Z||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.
2023-01-06T06:49:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:49:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:49:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T06:49:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:50:05.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:50:05.335Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:50:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:50:55.754Z||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.
2023-01-06T06:50:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:50:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:50:55.757Z||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.
2023-01-06T06:50:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:51:05.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:51:05.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:51:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:51:55.754Z||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.
2023-01-06T06:51:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:51:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:51:55.757Z||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.
2023-01-06T06:51:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:52:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:52:05.306Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:52:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:52:55.754Z||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.
2023-01-06T06:52:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:52:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:52:55.757Z||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.
2023-01-06T06:52:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:53:05.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:53:05.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:53:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:53:55.753Z||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.
2023-01-06T06:53:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:53:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:53:55.758Z||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.
2023-01-06T06:53:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:54:05.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:54:05.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:54:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:54:55.754Z||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.
2023-01-06T06:54:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:54:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:54:55.757Z||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.
2023-01-06T06:54:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:55:05.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:05.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:55.753Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:55:55.754Z||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.
2023-01-06T06:55:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:55:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:55:55.758Z||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.
2023-01-06T06:55:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:55:55.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:55.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988125135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988106538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988124855,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988138850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988124855,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988106538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988125135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988138850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988142557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988143518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988144524,
  "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 (?, ?, ?, ?, ?)
2023-01-06T06:55:55.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:55:55.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:55:55.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988147346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T06:55:55.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988148349,
  "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=?
2023-01-06T06:55:55.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:55:55.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:55:56.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T06:55:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a08580a-5c5e-4157-912c-db748e198c3a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85c1567b-ca12-47b1-bdff-452db4bed1a5","serviceDescription":"service","serviceInvariantUUID":"9c82026f-cc2f-42cc-93f0-2e415619529d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d3a69e1-751b-4fd9-ac68-99bd41acbd83","resourceInvariantUUID":"ae185974-3f74-473d-a12b-c454b8b60bec","resourceCustomizationUUID":"a8e34e71-44fa-41f7-ae1d-d8e03bd48801","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":"ZDUwMDFjZjdkNjU0ZGZjODVhZDc0NDk1YWY5ZTlkNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8166c4ab-fbf1-474d-8bf4-e61ca37676ee","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44be5ead-ac13-4580-a445-ebbb0084a90d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:55:56.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:55:56.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:56.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:56.403Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988155753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:55:56.503Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:56.504Z||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.
2023-01-06T06:55:56.505Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:56.523Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:56.524Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:55:57.403Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:55:57.405Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:57.407Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:57.407Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988155753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:55:57.507Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:57.508Z||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.
2023-01-06T06:55:57.508Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:57.520Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:57.520Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:55:58.408Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "85c1567b-ca12-47b1-bdff-452db4bed1a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c82026f-cc2f-42cc-93f0-2e415619529d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a8e34e71-44fa-41f7-ae1d-d8e03bd48801",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2d3a69e1-751b-4fd9-ac68-99bd41acbd83",
      "resourceInvariantUUID": "ae185974-3f74-473d-a12b-c454b8b60bec",
      "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": "YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44be5ead-ac13-4580-a445-ebbb0084a90d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T06:55:58.408Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:55:58.409Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85c1567b-ca12-47b1-bdff-452db4bed1a5 ASDC
2023-01-06T06:55:58.409Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4a08580a-5c5e-4157-912c-db748e198c3a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:85c1567b-ca12-47b1-bdff-452db4bed1a5
ServiceInvariantUUID:9c82026f-cc2f-42cc-93f0-2e415619529d
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:44be5ead-ac13-4580-a445-ebbb0084a90d
ArtifactChecksum:YWYyYzVlOGYwOThiNDM5NDBjYzllZjZhNmMwNDViYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a8e34e71-44fa-41f7-ae1d-d8e03bd48801
ResourceInvariantUUID:ae185974-3f74-473d-a12b-c454b8b60bec
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d3a69e1-751b-4fd9-ac68-99bd41acbd83
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-06T06:55:58.409Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85c1567b-ca12-47b1-bdff-452db4bed1a5 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=?
2023-01-06T06:55:58.436Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:55:58.437Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:58.437Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 44be5ead-ac13-4580-a445-ebbb0084a90d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:55:58.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.519Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 44be5ead-ac13-4580-a445-ebbb0084a90d 57787
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:55:58.522Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:55:58.523Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:55:58.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:55:58.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988158522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:55:58.625Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:55:58.626Z||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.
2023-01-06T06:55:58.626Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:55:58.667Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:55:58.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:55:59.525Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 44be5ead-ac13-4580-a445-ebbb0084a90d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.527Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-06T06:55:59.528Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.528Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:55:59.744Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7220304962930253388/Definitions/service-BasicNetwork-template.yml
2023-01-06T06:56:00.207Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:56:00.208Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:56:00.208Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.209Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.210Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:56:00.211Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.211Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:56:00.212Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:56:00.213Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.214Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.215Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.216Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:85c1567b-ca12-47b1-bdff-452db4bed1a5
Model Version:NULL
Model InvariantUuid:9c82026f-cc2f-42cc-93f0-2e415619529d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ae185974-3f74-473d-a12b-c454b8b60bec
Model UUID:3e3a9b17-1800-4f15-a33c-3aac4f9c8d96
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a8e34e71-44fa-41f7-ae1d-d8e03bd48801
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=?
2023-01-06T06:56:00.223Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d3a69e1-751b-4fd9-ac68-99bd41acbd83
2023-01-06T06:56:00.224Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||No resources found for Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
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=?
2023-01-06T06:56:00.232Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||
2023-01-06T06:56:00.233Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-06T06:56:00.234Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:56:00.234Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:56:00.235Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-06T06:56:00.235Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:56:00.242Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b668b0b, org.onap.sdc.toscaparser.api.parameters.Input@623f6494, org.onap.sdc.toscaparser.api.parameters.Input@71dd1ed4, org.onap.sdc.toscaparser.api.parameters.Input@1e1fe92f, org.onap.sdc.toscaparser.api.parameters.Input@211e1734]
2023-01-06T06:56:00.244Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.244Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.245Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85c1567b-ca12-47b1-bdff-452db4bed1a5: Generic NeutronNet
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.246Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.295Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:56:00.296Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-06T06:56:00.352Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T06:56:00.353Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:56:00.354Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:56:00.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:56:00.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988160353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:56:00.456Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:56:00.457Z||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.
2023-01-06T06:56:00.457Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:56:00.477Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:56:00.478Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:56:01.356Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:56:01.368Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:01.371Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:56:01.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:56:31.372Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:56:31.384Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:56:31.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:56:31.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:56:31.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:56:31.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:56:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:56:55.758Z||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.
2023-01-06T06:56:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:56:55.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:56:55.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:56:55.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988154831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:56:55.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:01.388Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:57:01.399Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:01.402Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:57:01.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:57:31.404Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:57:31.416Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:57:31.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:57:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:57:55.758Z||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.
2023-01-06T06:57:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:57:55.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:57:55.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988155753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988154831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988155753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988157570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988158522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988159263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988160353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988160267,
  "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=?
2023-01-06T06:57:55.817Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a08580a-5c5e-4157-912c-db748e198c3a
2023-01-06T06:57:55.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a08580a-5c5e-4157-912c-db748e198c3a 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988142348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988154855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988145527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988166637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988165695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988167467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988167642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.853Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988168645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988169650,
  "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=?
2023-01-06T06:57:55.869Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988171697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988172699,
  "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=?
2023-01-06T06:57:55.884Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.884Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988184831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988193636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988195545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988196550,
  "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=?
2023-01-06T06:57:55.920Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 614e4fab-eb14-49a6-b178-c6716a647178
2023-01-06T06:57:55.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 614e4fab-eb14-49a6-b178-c6716a647178 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988184855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988165552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988168646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988199157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988199164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988200129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988201134,
  "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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.945Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988200239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988201302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988202318,
  "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=?
2023-01-06T06:57:55.959Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.959Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988203320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988207805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988208807,
  "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=?
2023-01-06T06:57:55.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:57:55.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:57:55.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:57:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:58:01.419Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:58:01.430Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a
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=?
2023-01-06T06:58:01.432Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:58:01.432Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:01.433Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:58:01.438Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:58:31.439Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a08580a-5c5e-4157-912c-db748e198c3a 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=?
2023-01-06T06:58:31.445Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a08580a-5c5e-4157-912c-db748e198c3a and serviceModelVersionId: 85c1567b-ca12-47b1-bdff-452db4bed1a5
2023-01-06T06:58:31.445Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c82026f-cc2f-42cc-93f0-2e415619529d
2023-01-06T06:58:31.447Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0
2023-01-06T06:58:31.451Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:58:31.509Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|INFO|500||Invoke
2023-01-06T06:58:31.509Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b029e082-ff89-40c6-8b71-bc18dbed5b47], X-ECOMP-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], X-TransactionId=[], X-ONAP-RequestID=[4a08580a-5c5e-4157-912c-db748e198c3a], Content-Type=[application/merge-patch+json]}
2023-01-06T06:58:31.536Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T06:58:31.681Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?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/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:58:32 GMT], content-length=[0], vertex-id=[204992], x-aai-txid=[2-aai-resources-230106-06:58:32:158-93792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:58:31.682Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:58:31.683Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c82026f-cc2f-42cc-93f0-2e415619529d/model-vers/model-ver/85c1567b-ca12-47b1-bdff-452db4bed1a5?depth=0|INFO|500||InvokeReturn
2023-01-06T06:58:31.683Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:58:31.684Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a08580a-5c5e-4157-912c-db748e198c3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:58:31.689Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:58:31.690Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:31.692Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:31.692Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988311689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:58:31.792Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:31.793Z||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.
2023-01-06T06:58:31.793Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:31.809Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:31.810Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T06:58:32.708Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:58:32.709Z|4a08580a-5c5e-4157-912c-db748e198c3a|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.
2023-01-06T06:58:32.709Z|4a08580a-5c5e-4157-912c-db748e198c3a|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 AvoILjfnxntRJjOk) ...
2023-01-06T06:58:38.371Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:38.373Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T06:58:38.374Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"614e4fab-eb14-49a6-b178-c6716a647178","serviceName":"Demo_pNF_n7bZAen1opYlcMcm4ZEt","serviceVersion":"1.0","serviceUUID":"ea2a7e8d-48df-4d05-b15c-8fdac8438ac1","serviceDescription":"catalog service description","serviceInvariantUUID":"1f1c6b5b-027d-4be9-acda-3c94b6152813","resources":[{"resourceInstanceName":"pNF fabc3a6b-dc58 0","resourceName":"pNF fabc3a6b-dc58","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9f2be564-ad58-483a-b1c1-500ee09d3964","resourceInvariantUUID":"c7ed9222-3e46-4b37-932b-a05e3933effa","resourceCustomizationUUID":"6d4b9f2b-acaf-468b-99ea-48ec9766fec9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml","artifactChecksum":"MmQ4NjQ0OTljZmNkY2E4MTIwYzU3OWJmOWIwYTQ5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c72100ed-bbe3-48a4-a465-f3f8003031bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar","artifactChecksum":"YzUxNTlmYjdjN2RjZjkwOTUzZGU4ODk1ZDU4YWJiNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3197d922-90ab-4a04-8578-73c04a3763a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d935ce66-79d0-4a38-87de-6390a4b16ef3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml","artifactChecksum":"MWEwMGZkZWYyZDJlODkwNGVhMjIyYWRiYThhZjhlMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bd296eb-52e6-499f-997f-4553495fcd14","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e815681-2fcd-46f3-89f4-bbb26b90167a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fa580ea-540c-4f59-900f-4ab906ba3c60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN7bzaen1opylcmcm4zet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml","artifactChecksum":"ODNhMTcxNzRmOTk5ZDc3OGU4MDZiZjk5YzMxNDU1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34f669e4-8a32-42fa-ab36-b9b888ec59b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar","artifactChecksum":"OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3edb6429-49f3-4459-8fdf-219105e79a0e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:58:38.377Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:38.377Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:38.379Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:38.379Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:38.479Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:58:38.481Z||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.
2023-01-06T06:58:38.481Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:38.492Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:38.493Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:39.380Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:39.381Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:39.382Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:39.383Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:39.483Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:39.484Z||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.
2023-01-06T06:58:39.484Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:39.517Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:39.517Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:40.383Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:40.384Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:40.385Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:40.385Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:40.486Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:58:40.486Z||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.
2023-01-06T06:58:40.487Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:40.500Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:40.501Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:41.386Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:41.387Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:41.389Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:41.389Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:41.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:41.490Z||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.
2023-01-06T06:58:41.490Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:41.502Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:41.502Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:42.390Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:42.390Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:42.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:42.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:42.493Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:42.494Z||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.
2023-01-06T06:58:42.494Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:42.506Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:42.506Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:43.393Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:43.394Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:43.396Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:43.396Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:43.496Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:43.497Z||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.
2023-01-06T06:58:43.497Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:43.515Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:43.515Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:44.397Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:44.398Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:44.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:44.403Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:44.501Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-06T06:58:44.501Z||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.
2023-01-06T06:58:44.501Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:44.527Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:44.527Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:45.404Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:58:45.405Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:45.406Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:45.406Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:58:45.507Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:45.507Z||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.
2023-01-06T06:58:45.508Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:45.530Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:45.532Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:58:46.407Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "serviceName": "Demo_pNF_n7bZAen1opYlcMcm4ZEt",
  "serviceVersion": "1.0",
  "serviceUUID": "ea2a7e8d-48df-4d05-b15c-8fdac8438ac1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1f1c6b5b-027d-4be9-acda-3c94b6152813",
  "resources": [
    {
      "resourceInstanceName": "pNF fabc3a6b-dc58 0",
      "resourceCustomizationUUID": "6d4b9f2b-acaf-468b-99ea-48ec9766fec9",
      "resourceName": "pNF fabc3a6b-dc58",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9f2be564-ad58-483a-b1c1-500ee09d3964",
      "resourceInvariantUUID": "c7ed9222-3e46-4b37-932b-a05e3933effa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
      "artifactChecksum": "OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3edb6429-49f3-4459-8fdf-219105e79a0e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T06:58:46.408Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:58:46.408Z|4a08580a-5c5e-4157-912c-db748e198c3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea2a7e8d-48df-4d05-b15c-8fdac8438ac1 ASDC
2023-01-06T06:58:46.409Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:614e4fab-eb14-49a6-b178-c6716a647178
ServiceName:Demo_pNF_n7bZAen1opYlcMcm4ZEt
ServiceVersion:1.0
ServiceUUID:ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
ServiceInvariantUUID:1f1c6b5b-027d-4be9-acda-3c94b6152813
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
ArtifactUUID:3edb6429-49f3-4459-8fdf-219105e79a0e
ArtifactChecksum:OTA1MzRiYTRkODhlNWJiNzljMWIwZTg3MzVlZTkwNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fabc3a6b-dc58 0
ResourceCustomizationUUID:6d4b9f2b-acaf-468b-99ea-48ec9766fec9
ResourceInvariantUUID:c7ed9222-3e46-4b37-932b-a05e3933effa
ResourceName:pNF fabc3a6b-dc58
ResourceType:PNF
ResourceUUID:9f2be564-ad58-483a-b1c1-500ee09d3964
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-06T06:58:46.409Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea2a7e8d-48df-4d05-b15c-8fdac8438ac1 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=?
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:46.434Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3edb6429-49f3-4459-8fdf-219105e79a0e from URL: /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:58:46.435Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.529Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:58:46.532Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar 3edb6429-49f3-4459-8fdf-219105e79a0e 88011
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar ASDC sendASDCNotification
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:46.533Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:58:46.534Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:46.535Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:46.536Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988326533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:58:46.636Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:46.637Z||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.
2023-01-06T06:58:46.637Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:46.658Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:46.658Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:47.536Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:58:47.537Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3edb6429-49f3-4459-8fdf-219105e79a0e, URL: /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar to file: /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.538Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.539Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:47.649Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8082134625140584436/Definitions/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml
2023-01-06T06:58:48.472Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:58:48.472Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fabc3a6b-dc58 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-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:58:48.473Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Node template pNF fabc3a6b-dc58 0 is matching search criteria
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fabc3a6b-dc58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:58:48.474Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Node template pNF fabc3a6b-dc58 0 is matching search criteria
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF fabc3a6b-dc58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.475Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.476Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n7bZAen1opYlcMcm4ZEt
Description:catalog service description
Model UUID:ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
Model Version:NULL
Model InvariantUuid:1f1c6b5b-027d-4be9-acda-3c94b6152813
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=?
2023-01-06T06:58:48.483Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9f2be564-ad58-483a-b1c1-500ee09d3964
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=?
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||pNF fabc3a6b-dc58 0
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9f2be564-ad58-483a-b1c1-500ee09d3964
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06T06:58:48.485Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06T06:58:48.486Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fabc3a6b-dc58 0 9f2be564-ad58-483a-b1c1-500ee09d3964 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=?
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e6ebe86, org.onap.sdc.toscaparser.api.parameters.Input@421db7dc, org.onap.sdc.toscaparser.api.parameters.Input@5532fa2c, org.onap.sdc.toscaparser.api.parameters.Input@4599fe4, org.onap.sdc.toscaparser.api.parameters.Input@7fb89b67]
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ea2a7e8d-48df-4d05-b15c-8fdac8438ac1: pNF fabc3a6b-dc58
2023-01-06T06:58:48.490Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9f2be564-ad58-483a-b1c1-500ee09d3964
2023-01-06T06:58:48.491Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:58:48.491Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n7bZAen1opYlcMcm4ZEt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:58:48.491Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6d4b9f2b-acaf-468b-99ea-48ec9766fec9 is the same as notified resource customizationUUID: 6d4b9f2b-acaf-468b-99ea-48ec9766fec9
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 (?, ?)
2023-01-06T06:58:48.539Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fabc3a6b-dc58 9f2be564-ad58-483a-b1c1-500ee09d3964 0 ASDC deployResourceStructure
2023-01-06T06:58:48.539Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar ASDC sendASDCNotification
2023-01-06T06:58:48.540Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar
2023-01-06T06:58:48.540Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:58:48.540Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:58:48.542Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:58:48.542Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988328539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:58:48.642Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:58:48.643Z||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.
2023-01-06T06:58:48.643Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:58:48.661Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:48.661Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:58:49.543Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 614e4fab-eb14-49a6-b178-c6716a647178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:58:49.553Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 614e4fab-eb14-49a6-b178-c6716a647178
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=?
2023-01-06T06:58:49.556Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:58:49.557Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:58:49.557Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T06:58:49.557Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T06:58:49.557Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:49.557Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:49.558Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:49.558Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:49.558Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T06:58:49.558Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T06:58:49.562Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T06:58:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:58:55.758Z||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.
2023-01-06T06:58:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:58:55.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:58:55.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:58:55.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:58:55.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:19.563Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 614e4fab-eb14-49a6-b178-c6716a647178 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=?
2023-01-06T06:59:19.571Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 614e4fab-eb14-49a6-b178-c6716a647178 and serviceModelVersionId: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06T06:59:19.572Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f1c6b5b-027d-4be9-acda-3c94b6152813
2023-01-06T06:59:19.572Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0
2023-01-06T06:59:19.576Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T06:59:19.623Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0|INFO|500||Invoke
2023-01-06T06:59:19.623Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[614e4fab-eb14-49a6-b178-c6716a647178], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2fd29624-3cdb-48fd-887d-d6b9567ff11a], X-ECOMP-RequestID=[614e4fab-eb14-49a6-b178-c6716a647178], X-TransactionId=[], X-ONAP-RequestID=[614e4fab-eb14-49a6-b178-c6716a647178], Content-Type=[application/merge-patch+json]}
2023-01-06T06:59:19.644Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T06:59:19.761Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?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/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 06:59:20 GMT], content-length=[0], vertex-id=[213184], x-aai-txid=[0-aai-resources-230106-06:59:20:267-86636], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T06:59:19.761Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T06:59:19.762Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f1c6b5b-027d-4be9-acda-3c94b6152813/model-vers/model-ver/ea2a7e8d-48df-4d05-b15c-8fdac8438ac1?depth=0|INFO|500||InvokeReturn
2023-01-06T06:59:19.762Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T06:59:19.762Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T06:59:19.768Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T06:59:19.768Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 614e4fab-eb14-49a6-b178-c6716a647178 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T06:59:19.769Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T06:59:19.769Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:19.770Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:19.771Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988359768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T06:59:19.871Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:19.872Z||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.
2023-01-06T06:59:19.872Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:19.887Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:19.888Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T06:59:20.790Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T06:59:20.791Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8502b107-e947-4664-9349-eb0bfcb580a8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5f2c1518-9695-455e-9472-f34b0439a3ed","serviceDescription":"service","serviceInvariantUUID":"f3f7d8a7-8694-49c5-8633-20816d975608","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a90dfb8-9ec6-4077-8785-448f9b3b4b18","resourceInvariantUUID":"98da6624-8c41-445c-904b-1a9b705faa53","resourceCustomizationUUID":"d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb","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":"NmE4YWY2ZjAzNmJkOGIwZTEzZjA5YTAyZjBlYjQwMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc57af22-1681-4960-b7ae-1c4f950da02d","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":"MjY2NDNmOWYxNGViMDExMmI4MTk4YmM5YjMyZDIwZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ea6ee91-d44f-4f6f-8940-eb756ade4546","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":"88a9572f-ae99-489b-b15b-ebd953015b11","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":"94b9b2a6-4f53-40ab-9a5d-9fe14ae5f100","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":"71ebea63-7ce3-4d86-8979-ca514625b321","artifactVersion":"2","generatedFromUUID":"88a9572f-ae99-489b-b15b-ebd953015b11"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGRiMjExM2M5NGU2ZTY4NTQyOThhNWM2OGE1ZjcyODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22e7dc84-feb7-4aa6-b002-8a6313367e34","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDdhNzA0YWM4NDRhNDE2MWZkOGMzN2JjN2I5NGM4ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adba3bb0-1598-4454-bea7-c916457f35f8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T06:59:20.791Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:20.791Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:20.793Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:20.793Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:20.894Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T06:59:20.896Z||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.
2023-01-06T06:59:20.896Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:20.921Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:20.922Z||pool-51-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:21.794Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:21.794Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:21.796Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:21.796Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T06:59:21.896Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:21.897Z||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.
2023-01-06T06:59:21.897Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:21.910Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:21.910Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:22.796Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:22.797Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:22.799Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:22.799Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T06:59:22.899Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:22.900Z||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.
2023-01-06T06:59:22.900Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:22.912Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:22.913Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:59:23.800Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:23.801Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:23.802Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:23.802Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:23.903Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:23.904Z||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.
2023-01-06T06:59:23.904Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:23.916Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:23.917Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:24.803Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:24.804Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:24.807Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:24.807Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T06:59:24.907Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:24.908Z||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.
2023-01-06T06:59:24.908Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:24.928Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:24.928Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:59:25.808Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:25.809Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:25.811Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:25.811Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:25.911Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:25.912Z||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.
2023-01-06T06:59:25.912Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:25.929Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:25.929Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:26.812Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T06:59:26.813Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:26.815Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:26.816Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:26.916Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:26.917Z||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.
2023-01-06T06:59:26.917Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:26.928Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:26.928Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:27.817Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5f2c1518-9695-455e-9472-f34b0439a3ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3f7d8a7-8694-49c5-8633-20816d975608",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a90dfb8-9ec6-4077-8785-448f9b3b4b18",
      "resourceInvariantUUID": "98da6624-8c41-445c-904b-1a9b705faa53",
      "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": "MjY2NDNmOWYxNGViMDExMmI4MTk4YmM5YjMyZDIwZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1ea6ee91-d44f-4f6f-8940-eb756ade4546",
          "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": "88a9572f-ae99-489b-b15b-ebd953015b11",
          "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": "71ebea63-7ce3-4d86-8979-ca514625b321",
            "generatedFromUUID": "88a9572f-ae99-489b-b15b-ebd953015b11"
          },
          "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": "71ebea63-7ce3-4d86-8979-ca514625b321",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDdhNzA0YWM4NDRhNDE2MWZkOGMzN2JjN2I5NGM4ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "adba3bb0-1598-4454-bea7-c916457f35f8"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T06:59:27.817Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T06:59:27.817Z|614e4fab-eb14-49a6-b178-c6716a647178|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f2c1518-9695-455e-9472-f34b0439a3ed ASDC
2023-01-06T06:59:27.818Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8502b107-e947-4664-9349-eb0bfcb580a8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5f2c1518-9695-455e-9472-f34b0439a3ed
ServiceInvariantUUID:f3f7d8a7-8694-49c5-8633-20816d975608
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:adba3bb0-1598-4454-bea7-c916457f35f8
ArtifactChecksum:ZDdhNzA0YWM4NDRhNDE2MWZkOGMzN2JjN2I5NGM4ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb
ResourceInvariantUUID:98da6624-8c41-445c-904b-1a9b705faa53
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1a90dfb8-9ec6-4077-8785-448f9b3b4b18
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:1ea6ee91-d44f-4f6f-8940-eb756ade4546
ArtifactChecksum:MjY2NDNmOWYxNGViMDExMmI4MTk4YmM5YjMyZDIwZWI=
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:88a9572f-ae99-489b-b15b-ebd953015b11
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:71ebea63-7ce3-4d86-8979-ca514625b321
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:71ebea63-7ce3-4d86-8979-ca514625b321
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T06:59:27.818Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f2c1518-9695-455e-9472-f34b0439a3ed 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=?
2023-01-06T06:59:27.851Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:59:27.852Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:59:27.852Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:59:27.852Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: adba3bb0-1598-4454-bea7-c916457f35f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T06:59:27.852Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:59:27.852Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T06:59:27.928Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:59:27.931Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar adba3bb0-1598-4454-bea7-c916457f35f8 75201
2023-01-06T06:59:27.932Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-06T06:59:27.932Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T06:59:27.932Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:59:27.932Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:27.934Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:27.934Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988367932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:28.034Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:28.035Z||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.
2023-01-06T06:59:28.035Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:28.047Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:28.047Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:28.935Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T06:59:28.936Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T06:59:28.936Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: adba3bb0-1598-4454-bea7-c916457f35f8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:28.936Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-06T06:59:28.937Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:28.937Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:29.055Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11617508916226785461/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
2023-01-06T06:59:30.238Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.239Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.240Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.241Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:30.241Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:59:30.241Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:59:30.242Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.242Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.242Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:30.242Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T06:59:30.242Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T06:59:30.243Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.243Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.243Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.243Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T06:59:30.243Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-06T06:59:30.244Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-06T06:59:30.244Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-06T06:59:30.244Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T06:59:30.244Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T06:59:30.244Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.245Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:59:30.245Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.245Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:30.245Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:30.246Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.246Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:30.246Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:30.246Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.246Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:30.247Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:30.247Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.247Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T06:59:30.247Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T06:59:30.248Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T06:59:30.248Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ae08d717-2d91-4dc2-b25f-4b6f60d63557
2023-01-06T06:59:30.248Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.248Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.248Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.249Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.249Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.249Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.249Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:30.250Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:30.250Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5f2c1518-9695-455e-9472-f34b0439a3ed
Model Version:NULL
Model InvariantUuid:f3f7d8a7-8694-49c5-8633-20816d975608
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:87b972af-c486-450f-a060-183d9c8f19e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98da6624-8c41-445c-904b-1a9b705faa53
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e9ea8e7-ab08-441f-9ad4-9c118afdbf85
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:99b4ada8-40ec-40e1-8908-7c2c17697108
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ae08d717-2d91-4dc2-b25f-4b6f60d63557
ModelInvariantUuid:bf3ce98f-d4d8-4067-9322-886d37e7f952
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b9ff7528-5b84-45ee-b797-fa7d3656d6d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:605dede1-c93d-4afc-acb4-4c42c09bd1a5
ModelInvariantUuid:e179bc45-83f8-4534-9caa-fcbefaa2ab9d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5b4ce2f1-c779-4044-adda-2459ff5aa974
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=?
2023-01-06T06:59:30.257Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a90dfb8-9ec6-4077-8785-448f9b3b4b18
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=?
2023-01-06T06:59:30.259Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-01-06T06:59:30.259Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a90dfb8-9ec6-4077-8785-448f9b3b4b18
2023-01-06T06:59:30.260Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1ea6ee91-d44f-4f6f-8940-eb756ade4546 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-06T06:59:30.260Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:59:30.260Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-06T06:59:30.316Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:59:30.317Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1ea6ee91-d44f-4f6f-8940-eb756ade4546 787
2023-01-06T06:59:30.317Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-06T06:59:30.317Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-06T06:59:30.317Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:59:30.318Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:30.319Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:30.320Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988370317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:30.420Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:30.421Z||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.
2023-01-06T06:59:30.421Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:30.433Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:30.433Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:31.320Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9e9ea8e7-ab08-441f-9ad4-9c118afdbf85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99b4ada8-40ec-40e1-8908-7c2c17697108",
    "vfModuleModelCustomizationUUID": "45261b59-a839-4d94-86d0-fccc0dc0bea0",
    "isBase": true,
    "artifacts": [
      "88a9572f-ae99-489b-b15b-ebd953015b11",
      "71ebea63-7ce3-4d86-8979-ca514625b321"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:59:31.324Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99b4ada8-40ec-40e1-8908-7c2c17697108
VfModuleModelInvariantUUID:9e9ea8e7-ab08-441f-9ad4-9c118afdbf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
88a9572f-ae99-489b-b15b-ebd953015b11
,
71ebea63-7ce3-4d86-8979-ca514625b321

}
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


}

2023-01-06T06:59:31.326Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9e9ea8e7-ab08-441f-9ad4-9c118afdbf85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99b4ada8-40ec-40e1-8908-7c2c17697108",
    "vfModuleModelCustomizationUUID": "45261b59-a839-4d94-86d0-fccc0dc0bea0",
    "isBase": true,
    "artifacts": [
      "88a9572f-ae99-489b-b15b-ebd953015b11",
      "71ebea63-7ce3-4d86-8979-ca514625b321"
    ],
    "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": ""
    }
  }
]
2023-01-06T06:59:31.326Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99b4ada8-40ec-40e1-8908-7c2c17697108
VfModuleModelInvariantUUID:9e9ea8e7-ab08-441f-9ad4-9c118afdbf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
88a9572f-ae99-489b-b15b-ebd953015b11
,
71ebea63-7ce3-4d86-8979-ca514625b321

}
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


}

2023-01-06T06:59:31.327Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 88a9572f-ae99-489b-b15b-ebd953015b11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T06:59:31.327Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:59:31.327Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T06:59:31.379Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:59:31.380Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 88a9572f-ae99-489b-b15b-ebd953015b11 5033
2023-01-06T06:59:31.380Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-06T06:59:31.380Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T06:59:31.380Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:59:31.380Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:31.382Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:31.382Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988371380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:31.482Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:31.483Z||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.
2023-01-06T06:59:31.483Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:31.508Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:31.511Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:59:32.383Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71ebea63-7ce3-4d86-8979-ca514625b321 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T06:59:32.383Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T06:59:32.384Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T06:59:32.464Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T06:59:32.464Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 71ebea63-7ce3-4d86-8979-ca514625b321 903
2023-01-06T06:59:32.464Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-06T06:59:32.465Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T06:59:32.465Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T06:59:32.465Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:32.466Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:32.466Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988372464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:32.566Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:59:32.567Z||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.
2023-01-06T06:59:32.567Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:32.580Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:32.580Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T06:59:33.467Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5f2c1518-9695-455e-9472-f34b0439a3ed
2023-01-06T06:59:33.467Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1a90dfb8-9ec6-4077-8785-448f9b3b4b18 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=?
2023-01-06T06:59:33.481Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@392dce00, org.onap.sdc.toscaparser.api.parameters.Input@17863b32, org.onap.sdc.toscaparser.api.parameters.Input@33337e5f, org.onap.sdc.toscaparser.api.parameters.Input@20940336, org.onap.sdc.toscaparser.api.parameters.Input@771e94ea]
2023-01-06T06:59:33.482Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.482Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.483Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-06T06:59:33.483Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb
2023-01-06T06:59:33.483Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb matches Tosca VF Customization UUID: d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb
2023-01-06T06:59:33.483Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb  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=?
2023-01-06T06:59:33.485Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.485Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@798312c1
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45261b59-a839-4d94-86d0-fccc0dc0bea0
2023-01-06T06:59:33.486Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45261b59-a839-4d94-86d0-fccc0dc0bea0
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=?
2023-01-06T06:59:33.488Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.489Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:33.489Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:33.489Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.489Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:33.489Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:33.490Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.490Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T06:59:33.490Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T06:59:33.490Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T06:59:33.490Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ae08d717-2d91-4dc2-b25f-4b6f60d63557
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=?
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T06:59:33.493Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d2576fed-b5d3-4bd5-b7c4-08296d1d7bcb
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=?
2023-01-06T06:59:33.495Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.495Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.495Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5f2c1518-9695-455e-9472-f34b0439a3ed: basic_vm
2023-01-06T06:59:33.495Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.496Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.497Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.497Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T06:59:33.497Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T06:59:33.497Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T06:59:33.579Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1a90dfb8-9ec6-4077-8785-448f9b3b4b18 1 ASDC deployResourceStructure
2023-01-06T06:59:33.580Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-06T06:59:33.580Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-06T06:59:33.580Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:59:33.581Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:33.583Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:33.583Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988373580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:33.683Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T06:59:33.684Z||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.
2023-01-06T06:59:33.684Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:33.695Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:33.696Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:34.585Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-06T06:59:34.585Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T06:59:34.585Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:59:34.585Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:34.587Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:34.587Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988374584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:34.687Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:34.688Z||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.
2023-01-06T06:59:34.688Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:34.718Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:34.719Z||pool-63-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:35.588Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-06T06:59:35.588Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T06:59:35.588Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:59:35.588Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:35.590Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:35.590Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988375588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:35.690Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:35.691Z||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.
2023-01-06T06:59:35.691Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:35.704Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:35.704Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:36.591Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-06T06:59:36.591Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T06:59:36.592Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T06:59:36.592Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T06:59:36.594Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T06:59:36.594Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988376590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:36.694Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T06:59:36.695Z||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.
2023-01-06T06:59:36.695Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T06:59:36.708Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:36.709Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T06:59:37.597Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8502b107-e947-4664-9349-eb0bfcb580a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T06:59:37.612Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8502b107-e947-4664-9349-eb0bfcb580a8
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=?
2023-01-06T06:59:37.617Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T06:59:37.618Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T06:59:37.618Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T06:59:37.618Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T06:59:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T06:59:55.758Z||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.
2023-01-06T06:59:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T06:59:55.788Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T06:59:55.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988204323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988202137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988220568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988221548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672988222552,
  "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 (?, ?, ?, ?, ?)
2023-01-06T06:59:55.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6362146-02d2-402e-a868-36a5c6f1a73e
2023-01-06T06:59:55.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6362146-02d2-402e-a868-36a5c6f1a73e 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 (?, ?, ?, ?, ?)
2023-01-06T06:59:55.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988221633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988222720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988222612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988214855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988223776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988224839,
  "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=?
2023-01-06T06:59:55.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6362146-02d2-402e-a868-36a5c6f1a73e
2023-01-06T06:59:55.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6362146-02d2-402e-a868-36a5c6f1a73e 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 (?, ?, ?, ?, ?)
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988224882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672988225841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988225886,
  "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=?
2023-01-06T06:59:55.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8502b107-e947-4664-9349-eb0bfcb580a8
2023-01-06T06:59:55.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8502b107-e947-4664-9349-eb0bfcb580a8 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 (?, ?, ?, ?, ?)
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988232589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672988233592,
  "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=?
2023-01-06T06:59:55.852Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6362146-02d2-402e-a868-36a5c6f1a73e
2023-01-06T06:59:55.852Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6362146-02d2-402e-a868-36a5c6f1a73e 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 (?, ?, ?, ?, ?)
2023-01-06T06:59:55.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T06:59:55.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988214831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988236015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988238192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T06:59:55.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T06:59:55.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T06:59:55.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672988239195,
  "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=?
2023-01-06T06:59:55.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6362146-02d2-402e-a868-36a5c6f1a73e
2023-01-06T06:59:55.866Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6362146-02d2-402e-a868-36a5c6f1a73e 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 (?, ?, ?, ?, ?)
2023-01-06T07:00:07.618Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8502b107-e947-4664-9349-eb0bfcb580a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:00:07.630Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8502b107-e947-4664-9349-eb0bfcb580a8
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=?
2023-01-06T07:00:07.633Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:00:07.634Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T07:00:07.634Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T07:00:07.634Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T07:00:07.634Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:00:07.634Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:00:07.635Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:00:07.635Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:00:07.635Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:00:07.635Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T07:00:07.641Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T07:00:37.642Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8502b107-e947-4664-9349-eb0bfcb580a8 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=?
2023-01-06T07:00:37.649Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8502b107-e947-4664-9349-eb0bfcb580a8 and serviceModelVersionId: 5f2c1518-9695-455e-9472-f34b0439a3ed
2023-01-06T07:00:37.649Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3f7d8a7-8694-49c5-8633-20816d975608
2023-01-06T07:00:37.650Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0
2023-01-06T07:00:37.655Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T07:00:37.699Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0|INFO|500||Invoke
2023-01-06T07:00:37.700Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8502b107-e947-4664-9349-eb0bfcb580a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea0c8fc9-4e3e-415c-899b-21abeb97d42c], X-ECOMP-RequestID=[8502b107-e947-4664-9349-eb0bfcb580a8], X-TransactionId=[], X-ONAP-RequestID=[8502b107-e947-4664-9349-eb0bfcb580a8], Content-Type=[application/merge-patch+json]}
2023-01-06T07:00:37.723Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T07:00:37.866Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?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/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 07:00:38 GMT], content-length=[0], vertex-id=[266312], x-aai-txid=[0-aai-resources-230106-07:00:38:347-95779], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T07:00:37.867Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T07:00:37.868Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f7d8a7-8694-49c5-8633-20816d975608/model-vers/model-ver/5f2c1518-9695-455e-9472-f34b0439a3ed?depth=0|INFO|500||InvokeReturn
2023-01-06T07:00:37.868Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T07:00:37.868Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T07:00:37.873Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T07:00:37.873Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8502b107-e947-4664-9349-eb0bfcb580a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T07:00:37.874Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T07:00:37.874Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:37.876Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:37.877Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988437873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:00:37.976Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:00:37.977Z||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.
2023-01-06T07:00:37.977Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:37.998Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:37.999Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T07:00:38.893Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T07:00:38.893Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6362146-02d2-402e-a868-36a5c6f1a73e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f8616943-328b-4959-b9aa-87505e7ba63e","serviceDescription":"service","serviceInvariantUUID":"2b34c601-fd4c-484b-8511-25f97fcbda5c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"746e1ae1-b228-4c02-a08c-3b543d24b921","resourceInvariantUUID":"7be8e7e5-0fd2-44a9-8f48-e54cc006d570","resourceCustomizationUUID":"050a5446-e5f9-4c8d-904a-a105b45de1be","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":"ODg0MDFiYjg5MDQ3OTVlNTVhMzE0ZjA4N2ViN2UwMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45405813-2f1b-4987-87e9-befb1c64d609","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":"a34ee7e9-358d-468a-9adb-8768d8775202","artifactVersion":"2","generatedFromUUID":"ee1891dd-fa36-4a15-ad7d-e05778f89052"},{"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":"ee1891dd-fa36-4a15-ad7d-e05778f89052","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":"OTZiN2M0MzM1ZWI2NzM3MDY2ZTE2ZGI0MmExOTI4ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92e313b0-f491-4ee5-9968-fcf12deb6507","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":"3c3938a5-3758-4965-9d6b-b99174b0dc32","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":"6d665fc2-735d-47a0-9887-447076ceb8de","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":"92ceeb30-dc65-40d2-a23b-eb4a1aef2f27","artifactVersion":"2","generatedFromUUID":"3c3938a5-3758-4965-9d6b-b99174b0dc32"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTA0MTJkN2VlN2Q3MTk3ZmNiOTYzZDZjNjdlZjUxOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b04143b-2675-494c-8c11-8cd40a24aea9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGY4MGQ4ZTY1ODYzM2M2MGQzYTMwNTI5Y2E4YjkzNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b9fa59e-3753-47e8-b143-0b0781c88072","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T07:00:38.894Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:38.894Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:38.896Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:38.896Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:38.996Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:00:38.997Z||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.
2023-01-06T07:00:38.997Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:39.009Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:39.011Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:39.897Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:39.898Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:39.900Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:39.900Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T07:00:40.000Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:40.001Z||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.
2023-01-06T07:00:40.001Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:40.013Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:40.014Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:40.903Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:40.904Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:40.908Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:40.909Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T07:00:41.009Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:41.010Z||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.
2023-01-06T07:00:41.010Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:41.029Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:41.030Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:41.909Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:41.910Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:41.911Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:41.912Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:00:42.012Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:42.013Z||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.
2023-01-06T07:00:42.013Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:42.025Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:42.025Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:42.912Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:42.913Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:42.915Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:42.915Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:00:43.015Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:43.016Z||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.
2023-01-06T07:00:43.016Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:43.029Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:43.029Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:43.916Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:43.917Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:43.919Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:43.919Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:44.019Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:44.020Z||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.
2023-01-06T07:00:44.020Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:44.035Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:44.036Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:44.919Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:44.920Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:44.921Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:44.922Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T07:00:45.022Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:45.023Z||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.
2023-01-06T07:00:45.023Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:45.034Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:45.035Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:45.922Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:45.923Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:45.925Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:45.925Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:46.025Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:46.026Z||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.
2023-01-06T07:00:46.026Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:46.046Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:46.046Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:46.925Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:00:46.926Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:46.928Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:46.928Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:00:47.028Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:47.029Z||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.
2023-01-06T07:00:47.029Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:47.048Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:47.048Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:47.929Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f8616943-328b-4959-b9aa-87505e7ba63e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b34c601-fd4c-484b-8511-25f97fcbda5c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "050a5446-e5f9-4c8d-904a-a105b45de1be",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "746e1ae1-b228-4c02-a08c-3b543d24b921",
      "resourceInvariantUUID": "7be8e7e5-0fd2-44a9-8f48-e54cc006d570",
      "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": "a34ee7e9-358d-468a-9adb-8768d8775202",
          "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": "ee1891dd-fa36-4a15-ad7d-e05778f89052",
          "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": "OTZiN2M0MzM1ZWI2NzM3MDY2ZTE2ZGI0MmExOTI4ZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "92e313b0-f491-4ee5-9968-fcf12deb6507",
          "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": "3c3938a5-3758-4965-9d6b-b99174b0dc32",
          "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": "92ceeb30-dc65-40d2-a23b-eb4a1aef2f27",
            "generatedFromUUID": "3c3938a5-3758-4965-9d6b-b99174b0dc32"
          },
          "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": "92ceeb30-dc65-40d2-a23b-eb4a1aef2f27",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGY4MGQ4ZTY1ODYzM2M2MGQzYTMwNTI5Y2E4YjkzNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b9fa59e-3753-47e8-b143-0b0781c88072"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T07:00:47.930Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T07:00:47.930Z|8502b107-e947-4664-9349-eb0bfcb580a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f8616943-328b-4959-b9aa-87505e7ba63e ASDC
2023-01-06T07:00:47.930Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e6362146-02d2-402e-a868-36a5c6f1a73e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f8616943-328b-4959-b9aa-87505e7ba63e
ServiceInvariantUUID:2b34c601-fd4c-484b-8511-25f97fcbda5c
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:2b9fa59e-3753-47e8-b143-0b0781c88072
ArtifactChecksum:NGY4MGQ4ZTY1ODYzM2M2MGQzYTMwNTI5Y2E4YjkzNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:050a5446-e5f9-4c8d-904a-a105b45de1be
ResourceInvariantUUID:7be8e7e5-0fd2-44a9-8f48-e54cc006d570
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:746e1ae1-b228-4c02-a08c-3b543d24b921
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:a34ee7e9-358d-468a-9adb-8768d8775202
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:ee1891dd-fa36-4a15-ad7d-e05778f89052
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:92e313b0-f491-4ee5-9968-fcf12deb6507
ArtifactChecksum:OTZiN2M0MzM1ZWI2NzM3MDY2ZTE2ZGI0MmExOTI4ZjU=
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:3c3938a5-3758-4965-9d6b-b99174b0dc32
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:92ceeb30-dc65-40d2-a23b-eb4a1aef2f27
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:92ceeb30-dc65-40d2-a23b-eb4a1aef2f27
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T07:00:47.930Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8616943-328b-4959-b9aa-87505e7ba63e 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=?
2023-01-06T07:00:47.962Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:00:47.963Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T07:00:47.963Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T07:00:47.963Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2b9fa59e-3753-47e8-b143-0b0781c88072 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T07:00:47.963Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:47.963Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T07:00:48.137Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:48.140Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2b9fa59e-3753-47e8-b143-0b0781c88072 73988
2023-01-06T07:00:48.141Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-06T07:00:48.141Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T07:00:48.141Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:48.141Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:48.143Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:48.143Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988448141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:48.243Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:48.244Z||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.
2023-01-06T07:00:48.244Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:48.262Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:48.263Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:49.144Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:00:49.145Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T07:00:49.145Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2b9fa59e-3753-47e8-b143-0b0781c88072, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:49.146Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-06T07:00:49.146Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:49.147Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:49.284Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12945386713538822626/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
2023-01-06T07:00:50.432Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T07:00:50.432Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T07:00:50.432Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.433Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:50.434Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-06T07:00:50.435Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:50.436Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:50.437Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8b40304a-d02a-425a-8c32-5e8c93162948
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.438Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.439Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.439Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:50.439Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:50.439Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f8616943-328b-4959-b9aa-87505e7ba63e
Model Version:NULL
Model InvariantUuid:2b34c601-fd4c-484b-8511-25f97fcbda5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:98cc61b1-bdbe-4df3-abfa-e01d7f1f7e46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7be8e7e5-0fd2-44a9-8f48-e54cc006d570
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:050a5446-e5f9-4c8d-904a-a105b45de1be
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cad2ff97-7dce-4ada-91cf-219f53a76045
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ff219a77-240d-4c04-bbd2-210ca080fbb2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b40304a-d02a-425a-8c32-5e8c93162948
ModelInvariantUuid:872d9218-ef82-4770-b796-97d86302e83e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:05232b15-491a-4760-a860-5e8643e2696b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f65ef86a-d0f2-4e88-9a22-aab8ee0aab8f
ModelInvariantUuid:eaa197a1-cbea-4f29-8f34-7ae43208f4fe
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d668c5c7-de7b-4dc4-a94b-07009b924d70
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=?
2023-01-06T07:00:50.446Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 746e1ae1-b228-4c02-a08c-3b543d24b921
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=?
2023-01-06T07:00:50.450Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||basic_cnf 0
2023-01-06T07:00:50.450Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 746e1ae1-b228-4c02-a08c-3b543d24b921
2023-01-06T07:00:50.451Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a34ee7e9-358d-468a-9adb-8768d8775202 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-06T07:00:50.451Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:50.451Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-06T07:00:50.554Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:50.555Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a34ee7e9-358d-468a-9adb-8768d8775202 12
2023-01-06T07:00:50.555Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-06T07:00:50.555Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-06T07:00:50.555Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:50.556Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:50.558Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:50.558Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988450555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:50.658Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:50.659Z||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.
2023-01-06T07:00:50.660Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:50.676Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:50.677Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:51.559Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee1891dd-fa36-4a15-ad7d-e05778f89052 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-06T07:00:51.559Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:51.560Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-06T07:00:51.648Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:51.648Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ee1891dd-fa36-4a15-ad7d-e05778f89052 2688
2023-01-06T07:00:51.648Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-06T07:00:51.649Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-06T07:00:51.649Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:51.649Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:51.651Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:51.651Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988451648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:51.751Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:51.752Z||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.
2023-01-06T07:00:51.752Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:51.773Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:51.773Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:52.653Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92e313b0-f491-4ee5-9968-fcf12deb6507 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-06T07:00:52.653Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:52.653Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-06T07:00:52.769Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:52.770Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 92e313b0-f491-4ee5-9968-fcf12deb6507 828
2023-01-06T07:00:52.770Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-06T07:00:52.770Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-06T07:00:52.770Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:52.770Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:52.774Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:52.774Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988452770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:52.874Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:52.875Z||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.
2023-01-06T07:00:52.875Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:52.896Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:52.897Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:53.774Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cad2ff97-7dce-4ada-91cf-219f53a76045",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff219a77-240d-4c04-bbd2-210ca080fbb2",
    "vfModuleModelCustomizationUUID": "ffb796be-eca2-491d-b494-d2de9e1d82ea",
    "isBase": true,
    "artifacts": [
      "3c3938a5-3758-4965-9d6b-b99174b0dc32",
      "ee1891dd-fa36-4a15-ad7d-e05778f89052",
      "92ceeb30-dc65-40d2-a23b-eb4a1aef2f27"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:00:53.778Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff219a77-240d-4c04-bbd2-210ca080fbb2
VfModuleModelInvariantUUID:cad2ff97-7dce-4ada-91cf-219f53a76045
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c3938a5-3758-4965-9d6b-b99174b0dc32
,
ee1891dd-fa36-4a15-ad7d-e05778f89052
,
92ceeb30-dc65-40d2-a23b-eb4a1aef2f27

}
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


}

2023-01-06T07:00:53.780Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cad2ff97-7dce-4ada-91cf-219f53a76045",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff219a77-240d-4c04-bbd2-210ca080fbb2",
    "vfModuleModelCustomizationUUID": "ffb796be-eca2-491d-b494-d2de9e1d82ea",
    "isBase": true,
    "artifacts": [
      "3c3938a5-3758-4965-9d6b-b99174b0dc32",
      "ee1891dd-fa36-4a15-ad7d-e05778f89052",
      "92ceeb30-dc65-40d2-a23b-eb4a1aef2f27"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:00:53.780Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff219a77-240d-4c04-bbd2-210ca080fbb2
VfModuleModelInvariantUUID:cad2ff97-7dce-4ada-91cf-219f53a76045
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c3938a5-3758-4965-9d6b-b99174b0dc32
,
ee1891dd-fa36-4a15-ad7d-e05778f89052
,
92ceeb30-dc65-40d2-a23b-eb4a1aef2f27

}
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


}

2023-01-06T07:00:53.780Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c3938a5-3758-4965-9d6b-b99174b0dc32 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T07:00:53.781Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:53.781Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T07:00:53.850Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:53.850Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3c3938a5-3758-4965-9d6b-b99174b0dc32 1164
2023-01-06T07:00:53.851Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-06T07:00:53.851Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T07:00:53.851Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:53.851Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:53.870Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:53.870Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988453851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:53.970Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:53.971Z||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.
2023-01-06T07:00:53.971Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:53.990Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:53.990Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:54.871Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92ceeb30-dc65-40d2-a23b-eb4a1aef2f27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T07:00:54.871Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T07:00:54.872Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T07:00:54.944Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T07:00:54.945Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 92ceeb30-dc65-40d2-a23b-eb4a1aef2f27 200
2023-01-06T07:00:54.945Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-06T07:00:54.946Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T07:00:54.946Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:00:54.946Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:54.948Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:54.948Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988454945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:55.048Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:55.049Z||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.
2023-01-06T07:00:55.050Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:55.107Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:55.108Z||pool-81-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:00:55.758Z||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.
2023-01-06T07:00:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:00:55.787Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:55.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988311689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:00:55.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:00:55.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:00:55.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988326533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:00:55.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:00:55.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:00:55.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988328539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:00:55.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:00:55.949Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f8616943-328b-4959-b9aa-87505e7ba63e
2023-01-06T07:00:55.950Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 746e1ae1-b228-4c02-a08c-3b543d24b921 ASDC
2023-01-06T07:00:55.960Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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=?
2023-01-06T07:00:55.969Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3f00aa, org.onap.sdc.toscaparser.api.parameters.Input@189f6f3c, org.onap.sdc.toscaparser.api.parameters.Input@16d9976b, org.onap.sdc.toscaparser.api.parameters.Input@687276f3, org.onap.sdc.toscaparser.api.parameters.Input@1aba1107]
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 050a5446-e5f9-4c8d-904a-a105b45de1be
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 050a5446-e5f9-4c8d-904a-a105b45de1be matches Tosca VF Customization UUID: 050a5446-e5f9-4c8d-904a-a105b45de1be
2023-01-06T07:00:55.970Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 050a5446-e5f9-4c8d-904a-a105b45de1be  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=?
2023-01-06T07:00:55.972Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.972Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.973Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 050a5446-e5f9-4c8d-904a-a105b45de1be: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T07:00:55.973Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5839e61d
2023-01-06T07:00:55.973Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.973Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:00:55.974Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffb796be-eca2-491d-b494-d2de9e1d82ea
2023-01-06T07:00:55.974Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffb796be-eca2-491d-b494-d2de9e1d82ea
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=?
2023-01-06T07:00:55.976Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.977Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:55.977Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:55.977Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.977Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:55.977Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:55.978Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.978Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T07:00:55.978Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-06T07:00:55.978Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8b40304a-d02a-425a-8c32-5e8c93162948
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=?
2023-01-06T07:00:55.981Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.981Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:55.981Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:00:55.982Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.982Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T07:00:55.982Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=050a5446-e5f9-4c8d-904a-a105b45de1be
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=?
2023-01-06T07:00:55.984Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.984Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.985Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f8616943-328b-4959-b9aa-87505e7ba63e: basic_cnf
2023-01-06T07:00:55.985Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.985Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.985Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.986Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.986Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.986Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.986Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.986Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.987Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:00:55.987Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:00:55.987Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T07:00:56.058Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 746e1ae1-b228-4c02-a08c-3b543d24b921 1 ASDC deployResourceStructure
2023-01-06T07:00:56.058Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-06T07:00:56.058Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-06T07:00:56.059Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T07:00:56.059Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:56.060Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:56.060Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988456058,
  "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"
}
2023-01-06T07:00:56.161Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:56.161Z||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.
2023-01-06T07:00:56.162Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:56.192Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:56.193Z||pool-82-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:00:57.062Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-06T07:00:57.062Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-06T07:00:57.062Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T07:00:57.062Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:57.064Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:57.064Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988457061,
  "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"
}
2023-01-06T07:00:57.164Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:57.165Z||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.
2023-01-06T07:00:57.165Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:57.177Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:57.177Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:58.065Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-06T07:00:58.066Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-06T07:00:58.066Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:00:58.066Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:58.068Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:58.068Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988458065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:00:58.168Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:00:58.169Z||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.
2023-01-06T07:00:58.169Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:58.185Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:58.185Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:00:59.070Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-06T07:00:59.070Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T07:00:59.070Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:00:59.071Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:00:59.072Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:00:59.072Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988459069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:00:59.173Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T07:00:59.174Z||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.
2023-01-06T07:00:59.174Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:00:59.186Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:00:59.186Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:01:00.074Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-06T07:01:00.074Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T07:01:00.074Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:01:00.074Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:01:00.076Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:01:00.076Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988460074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:00.176Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:01:00.178Z||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.
2023-01-06T07:01:00.178Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:01:00.191Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:00.191Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:01:01.077Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-06T07:01:01.077Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T07:01:01.077Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:01:01.077Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:01:01.079Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:01:01.079Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988461077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:01.179Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:01:01.180Z||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.
2023-01-06T07:01:01.180Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:01:01.193Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:01.193Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:01:02.080Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6362146-02d2-402e-a868-36a5c6f1a73e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:01:02.091Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6362146-02d2-402e-a868-36a5c6f1a73e
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=?
2023-01-06T07:01:02.094Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:01:02.094Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T07:01:02.094Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T07:01:02.094Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T07:01:02.094Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:01:02.095Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:01:02.095Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:01:02.095Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:01:02.095Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:01:02.095Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T07:01:02.099Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T07:01:32.100Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6362146-02d2-402e-a868-36a5c6f1a73e 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=?
2023-01-06T07:01:32.107Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6362146-02d2-402e-a868-36a5c6f1a73e and serviceModelVersionId: f8616943-328b-4959-b9aa-87505e7ba63e
2023-01-06T07:01:32.108Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b34c601-fd4c-484b-8511-25f97fcbda5c
2023-01-06T07:01:32.108Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0
2023-01-06T07:01:32.111Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T07:01:32.153Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0|INFO|500||Invoke
2023-01-06T07:01:32.154Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e6362146-02d2-402e-a868-36a5c6f1a73e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c3e6c32-763f-41a1-b785-897ab7a1c5fa], X-ECOMP-RequestID=[e6362146-02d2-402e-a868-36a5c6f1a73e], X-TransactionId=[], X-ONAP-RequestID=[e6362146-02d2-402e-a868-36a5c6f1a73e], Content-Type=[application/merge-patch+json]}
2023-01-06T07:01:32.173Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T07:01:32.284Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?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/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 07:01:32 GMT], content-length=[0], vertex-id=[483504], x-aai-txid=[1-aai-resources-230106-07:01:32:797-92489], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T07:01:32.284Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T07:01:32.284Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b34c601-fd4c-484b-8511-25f97fcbda5c/model-vers/model-ver/f8616943-328b-4959-b9aa-87505e7ba63e?depth=0|INFO|500||InvokeReturn
2023-01-06T07:01:32.285Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T07:01:32.285Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T07:01:32.289Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T07:01:32.289Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6362146-02d2-402e-a868-36a5c6f1a73e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T07:01:32.289Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T07:01:32.290Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:01:32.291Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:01:32.291Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988492289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:01:32.391Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:01:32.392Z||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.
2023-01-06T07:01:32.393Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:01:32.408Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:32.408Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 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=?
2023-01-06T07:01:33.304Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:01:33.305Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:01:33.305Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:01:43.612Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:43.613Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:01:43.614Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:01:43.614Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:01:53.189Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:53.190Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:01:53.190Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:01:53.190Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:01:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:01:55.758Z||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.
2023-01-06T07:01:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:01:55.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:01:55.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988359768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:01:55.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:01:55.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:01:55.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T07:01:55.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:01:55.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988367932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988370317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988371380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988372464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988373580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988374584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988375588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:01:55.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988376590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:01:55.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:02.779Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:02:02.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:02:02.780Z||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.
2023-01-06T07:02:02.780Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:02:12.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:02:12.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:02:12.357Z||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.
2023-01-06T07:02:12.357Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:02:21.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:02:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:02:55.756Z||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.
2023-01-06T07:02:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:02:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:02:55.758Z||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.
2023-01-06T07:02:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:02:55.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:02:55.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988437873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988312708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988448141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988450555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988451648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988452770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988453851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:02:55.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:02:55.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988454945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:02:55.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:05.322Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:03:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:03:55.754Z||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.
2023-01-06T07:03:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:03:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:03:55.758Z||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.
2023-01-06T07:03:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:03:56.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:03:56.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988456058,
  "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"
}
2023-01-06T07:03:56.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988457061,
  "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"
}
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988458065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988459069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988460074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988461077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:03:56.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:03:56.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T07:03:56.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672988492289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:03:56.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:04:05.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:04:55.758Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:04:55.758Z||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.
2023-01-06T07:04:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:04:55.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:04:55.760Z||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.
2023-01-06T07:04:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:05:05.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:05:05.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:05:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:05:55.754Z||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.
2023-01-06T07:05:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:05:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:05:55.758Z||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.
2023-01-06T07:05:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:06:05.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:06:05.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:06:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:06:55.753Z||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.
2023-01-06T07:06:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:06:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:06:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:06:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:07:05.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:07:05.303Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:07:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:07:55.753Z||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.
2023-01-06T07:07:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:07:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:07:55.758Z||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.
2023-01-06T07:07:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:08:05.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:08:05.319Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:08:55.753Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:08:55.753Z||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.
2023-01-06T07:08:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:08:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:08:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:08:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:09:05.326Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:09:05.335Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:09:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:09:55.754Z||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.
2023-01-06T07:09:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:09:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:09:55.757Z||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.
2023-01-06T07:09:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:10:05.324Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:10:05.325Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:10:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:10:55.754Z||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.
2023-01-06T07:10:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:10:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:10:55.757Z||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.
2023-01-06T07:10:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:11:05.322Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:11:05.323Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:11:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:11:55.753Z||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.
2023-01-06T07:11:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:11:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:11:55.758Z||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.
2023-01-06T07:11:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:12:05.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:12:05.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:12:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:12:55.754Z||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.
2023-01-06T07:12:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:12:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:12:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:12:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:13:05.299Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:13:05.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:13:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:13:55.754Z||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.
2023-01-06T07:13:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:13:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:13:55.757Z||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.
2023-01-06T07:13:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:14:05.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:14:05.325Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:14:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:14:55.754Z||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.
2023-01-06T07:14:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:14:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:14:55.758Z||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.
2023-01-06T07:14:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:15:05.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:15:05.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:15:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:15:55.754Z||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.
2023-01-06T07:15:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:15:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:15:55.758Z||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.
2023-01-06T07:15:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:16:05.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:16:05.301Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:16:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:16:55.754Z||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.
2023-01-06T07:16:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:16:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:16:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:16:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:17:05.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:17:05.302Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:17:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:17:55.754Z||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.
2023-01-06T07:17:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:17:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:17:55.758Z||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.
2023-01-06T07:17:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:18:05.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:18:05.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:18:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:18:55.753Z||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.
2023-01-06T07:18:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:18:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:18:55.758Z||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.
2023-01-06T07:18:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:19:05.293Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:19:05.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:19:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:19:55.754Z||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.
2023-01-06T07:19:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:19:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:19:55.758Z||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.
2023-01-06T07:19:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:20:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:20:05.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:20:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:20:55.753Z||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.
2023-01-06T07:20:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:20:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:20:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:20:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:21:05.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:21:05.305Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:21:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:21:55.753Z||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.
2023-01-06T07:21:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:21:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:21:55.757Z||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.
2023-01-06T07:21:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:22:05.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:22:05.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:22:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:22:55.753Z||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.
2023-01-06T07:22:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:22:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:22:55.757Z||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.
2023-01-06T07:22:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:23:05.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:05.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:55.753Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:23:55.754Z||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.
2023-01-06T07:23:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:23:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:23:55.757Z||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.
2023-01-06T07:23:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:23:55.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989783599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989804855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989786902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989815651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989815665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989816706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989816215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989816718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989817777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989819424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T07:23:55.943Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 848915ea-7180-4489-bbc9-0581e2b601c1
2023-01-06T07:23:55.944Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 848915ea-7180-4489-bbc9-0581e2b601c1 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:55.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989818625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:23:55.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989818816,
  "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=?
2023-01-06T07:23:55.960Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 848915ea-7180-4489-bbc9-0581e2b601c1
2023-01-06T07:23:55.960Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 848915ea-7180-4489-bbc9-0581e2b601c1 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989819629,
  "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=?
2023-01-06T07:23:55.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 848915ea-7180-4489-bbc9-0581e2b601c1
2023-01-06T07:23:55.975Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 848915ea-7180-4489-bbc9-0581e2b601c1 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989819819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989824616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:55.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:55.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:55.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989825619,
  "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=?
2023-01-06T07:23:55.997Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 848915ea-7180-4489-bbc9-0581e2b601c1
2023-01-06T07:23:55.997Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 848915ea-7180-4489-bbc9-0581e2b601c1 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:56.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989820426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989830589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:56.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989820821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989830907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989831971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T07:23:56.032Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68e58007-208c-4e1f-bd0b-d06ac036cfbd
2023-01-06T07:23:56.032Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68e58007-208c-4e1f-bd0b-d06ac036cfbd 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989831970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989833029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989834096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989835135,
  "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=?
2023-01-06T07:23:56.050Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68e58007-208c-4e1f-bd0b-d06ac036cfbd
2023-01-06T07:23:56.051Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68e58007-208c-4e1f-bd0b-d06ac036cfbd 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 (?, ?, ?, ?, ?)
2023-01-06T07:23:56.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:56.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T07:23:56.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"848915ea-7180-4489-bbc9-0581e2b601c1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"84f6380c-9652-41ab-a986-50b59629efec","serviceDescription":"service","serviceInvariantUUID":"38a9c143-fa2a-4ff9-94b7-65c9afc1912c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63071e90-1428-4515-8e7b-bc34fd2f75e0","resourceInvariantUUID":"82198bf9-7b8c-4c02-8c3d-3421b8396a59","resourceCustomizationUUID":"d3d5aa3b-3d4f-4869-8db2-12cbb733c971","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":"OWFhYmIxM2RiZmUyM2I3NjFlMTYzZGIzODZlYTk0ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f043c0e4-a312-433a-9702-83bc9a0fceb4","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":"NGE5MDMzNTE3MGQyMjhkMTkwZmE3ZDY0YTdjNDU2ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24864994-7d0b-4c28-800c-3f89d80bd968","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":"875c9626-fe8f-4c84-87f2-750603ccf59d","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":"069a2ecc-09e2-46f7-80c6-4c579e3defe9","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":"929a8576-1be9-496b-99a9-0f41ef8ab7f3","artifactVersion":"2","generatedFromUUID":"875c9626-fe8f-4c84-87f2-750603ccf59d"},{"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":"Y2YyODljYzAxMGE3MTUwMzE0MzViMWE0ODYzMWNjZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b55603e5-d8e9-4ba9-bd9e-4142bdad9623","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":"ZTA4ZGY4M2NiZTU3MDc1NGQ3MDg4MGY4YmMxZDQ5YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5098c2ad-c8da-4c41-8faa-51e7eeaefdf7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MThkMTg3MGIwYTFmNzdmZWM2MDZmOTE4MTcxZjE3NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d2c9e5a-e161-4def-b296-a5123878207c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T07:23:56.402Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:23:56.402Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:23:56.406Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:23:56.406Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:56.506Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:23:56.508Z||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.
2023-01-06T07:23:56.508Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:23:56.523Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:56.523Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:23:57.407Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:23:57.407Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:23:57.410Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:23:57.410Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:23:57.510Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:23:57.511Z||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.
2023-01-06T07:23:57.511Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:23:57.524Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:57.524Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:23:58.410Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:23:58.411Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:23:58.414Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:23:58.414Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:23:58.514Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:23:58.515Z||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.
2023-01-06T07:23:58.515Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:23:58.531Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:58.531Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:23:59.414Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:23:59.415Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:23:59.417Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:23:59.417Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:23:59.517Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:23:59.518Z||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.
2023-01-06T07:23:59.518Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:23:59.530Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:23:59.530Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:00.417Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:00.418Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:00.420Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:00.420Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T07:24:00.521Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:00.522Z||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.
2023-01-06T07:24:00.522Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:00.534Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:00.534Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:01.421Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:01.421Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:01.424Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:01.424Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:01.524Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:01.525Z||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.
2023-01-06T07:24:01.525Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:01.539Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:01.540Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:02.424Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:02.425Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:02.448Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:02.448Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:02.548Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:24:02.549Z||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.
2023-01-06T07:24:02.549Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:02.562Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:02.562Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:03.449Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:03.450Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:03.451Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:03.452Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:24:03.552Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:24:03.553Z||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.
2023-01-06T07:24:03.553Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:03.564Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:03.564Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:04.452Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "84f6380c-9652-41ab-a986-50b59629efec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "38a9c143-fa2a-4ff9-94b7-65c9afc1912c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d3d5aa3b-3d4f-4869-8db2-12cbb733c971",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "63071e90-1428-4515-8e7b-bc34fd2f75e0",
      "resourceInvariantUUID": "82198bf9-7b8c-4c02-8c3d-3421b8396a59",
      "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": "NGE5MDMzNTE3MGQyMjhkMTkwZmE3ZDY0YTdjNDU2ZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24864994-7d0b-4c28-800c-3f89d80bd968",
          "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": "875c9626-fe8f-4c84-87f2-750603ccf59d",
          "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": "929a8576-1be9-496b-99a9-0f41ef8ab7f3",
            "generatedFromUUID": "875c9626-fe8f-4c84-87f2-750603ccf59d"
          },
          "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": "929a8576-1be9-496b-99a9-0f41ef8ab7f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MThkMTg3MGIwYTFmNzdmZWM2MDZmOTE4MTcxZjE3NGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d2c9e5a-e161-4def-b296-a5123878207c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T07:24:04.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T07:24:04.453Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84f6380c-9652-41ab-a986-50b59629efec ASDC
2023-01-06T07:24:04.454Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:848915ea-7180-4489-bbc9-0581e2b601c1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:84f6380c-9652-41ab-a986-50b59629efec
ServiceInvariantUUID:38a9c143-fa2a-4ff9-94b7-65c9afc1912c
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:1d2c9e5a-e161-4def-b296-a5123878207c
ArtifactChecksum:MThkMTg3MGIwYTFmNzdmZWM2MDZmOTE4MTcxZjE3NGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d3d5aa3b-3d4f-4869-8db2-12cbb733c971
ResourceInvariantUUID:82198bf9-7b8c-4c02-8c3d-3421b8396a59
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:63071e90-1428-4515-8e7b-bc34fd2f75e0
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:24864994-7d0b-4c28-800c-3f89d80bd968
ArtifactChecksum:NGE5MDMzNTE3MGQyMjhkMTkwZmE3ZDY0YTdjNDU2ZWE=
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:875c9626-fe8f-4c84-87f2-750603ccf59d
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:929a8576-1be9-496b-99a9-0f41ef8ab7f3
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:929a8576-1be9-496b-99a9-0f41ef8ab7f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T07:24:04.454Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84f6380c-9652-41ab-a986-50b59629efec 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=?
2023-01-06T07:24:04.493Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:24:04.495Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:04.495Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:04.495Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d2c9e5a-e161-4def-b296-a5123878207c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T07:24:04.495Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:04.496Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T07:24:04.586Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:04.594Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1d2c9e5a-e161-4def-b296-a5123878207c 83014
2023-01-06T07:24:04.594Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:24:04.594Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T07:24:04.594Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:04.594Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:04.596Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:04.596Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989844594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:04.697Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:04.698Z||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.
2023-01-06T07:24:04.698Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:04.710Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:04.711Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:05.597Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:24:05.599Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:05.599Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1d2c9e5a-e161-4def-b296-a5123878207c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:05.599Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-06T07:24:05.600Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:05.601Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:05.808Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5473403710058067094/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
2023-01-06T07:24:06.952Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T07:24:06.952Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:24:06.952Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:06.953Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:24:06.954Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.954Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.954Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:06.954Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:24:06.954Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:24:06.955Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.955Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.955Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:06.955Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:24:06.955Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-06T07:24:06.956Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:24:06.957Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.958Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:06.958Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:06.958Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.958Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:06.958Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T07:24:06.959Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0106da12-ff36-4ad2-9973-23cd0adc4a9c
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.960Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.961Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.961Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:06.961Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:06.961Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:84f6380c-9652-41ab-a986-50b59629efec
Model Version:NULL
Model InvariantUuid:38a9c143-fa2a-4ff9-94b7-65c9afc1912c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7d24f529-a36e-4e3b-bb0b-ebaf6486d460
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82198bf9-7b8c-4c02-8c3d-3421b8396a59
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d3d5aa3b-3d4f-4869-8db2-12cbb733c971
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bab190e0-2d4f-4aa0-91da-ba64b6c08d84
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:527650d3-df6e-454a-a683-dd6b3cc516e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0106da12-ff36-4ad2-9973-23cd0adc4a9c
ModelInvariantUuid:e391b67f-23cd-45ee-a9fb-d6978cee2f2a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:74efa1d6-2fd8-4876-a8bd-ac372a31712e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:05cefa5e-ab60-43f2-a671-3556b98bdb8a
ModelInvariantUuid:605b3b47-916f-40fc-8fe3-23ad12f8cefc
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d2705d46-0fcc-44b7-ab92-a503aff61156
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=?
2023-01-06T07:24:06.970Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 63071e90-1428-4515-8e7b-bc34fd2f75e0
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=?
2023-01-06T07:24:06.975Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-01-06T07:24:06.975Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63071e90-1428-4515-8e7b-bc34fd2f75e0
2023-01-06T07:24:06.975Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24864994-7d0b-4c28-800c-3f89d80bd968 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-06T07:24:06.975Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:06.975Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:07.034Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:07.035Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 24864994-7d0b-4c28-800c-3f89d80bd968 792
2023-01-06T07:24:07.035Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:07.035Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:07.036Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:07.036Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:07.038Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:07.038Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989847035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:07.138Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:24:07.139Z||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.
2023-01-06T07:24:07.139Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:07.155Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:07.155Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:08.039Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bab190e0-2d4f-4aa0-91da-ba64b6c08d84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527650d3-df6e-454a-a683-dd6b3cc516e6",
    "vfModuleModelCustomizationUUID": "ed21eae9-72f7-4ccb-a5f0-1315c9a5d5f7",
    "isBase": true,
    "artifacts": [
      "875c9626-fe8f-4c84-87f2-750603ccf59d",
      "929a8576-1be9-496b-99a9-0f41ef8ab7f3"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:24:08.043Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527650d3-df6e-454a-a683-dd6b3cc516e6
VfModuleModelInvariantUUID:bab190e0-2d4f-4aa0-91da-ba64b6c08d84
VfModuleModelDescription:NULL
Artifacts UUID List:{
875c9626-fe8f-4c84-87f2-750603ccf59d
,
929a8576-1be9-496b-99a9-0f41ef8ab7f3

}
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


}

2023-01-06T07:24:08.045Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bab190e0-2d4f-4aa0-91da-ba64b6c08d84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527650d3-df6e-454a-a683-dd6b3cc516e6",
    "vfModuleModelCustomizationUUID": "ed21eae9-72f7-4ccb-a5f0-1315c9a5d5f7",
    "isBase": true,
    "artifacts": [
      "875c9626-fe8f-4c84-87f2-750603ccf59d",
      "929a8576-1be9-496b-99a9-0f41ef8ab7f3"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:24:08.045Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527650d3-df6e-454a-a683-dd6b3cc516e6
VfModuleModelInvariantUUID:bab190e0-2d4f-4aa0-91da-ba64b6c08d84
VfModuleModelDescription:NULL
Artifacts UUID List:{
875c9626-fe8f-4c84-87f2-750603ccf59d
,
929a8576-1be9-496b-99a9-0f41ef8ab7f3

}
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


}

2023-01-06T07:24:08.045Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 875c9626-fe8f-4c84-87f2-750603ccf59d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-06T07:24:08.045Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:08.045Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:08.103Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:08.103Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 875c9626-fe8f-4c84-87f2-750603ccf59d 5033
2023-01-06T07:24:08.104Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:08.104Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:08.104Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:08.104Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:08.106Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:08.106Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989848104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:08.206Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:08.207Z||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.
2023-01-06T07:24:08.207Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:08.220Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:08.221Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:09.107Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 929a8576-1be9-496b-99a9-0f41ef8ab7f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-06T07:24:09.108Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:09.108Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:09.154Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:09.154Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 929a8576-1be9-496b-99a9-0f41ef8ab7f3 903
2023-01-06T07:24:09.155Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:09.155Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:09.155Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:09.155Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:09.158Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:09.158Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989849155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:09.258Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:09.259Z||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.
2023-01-06T07:24:09.259Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:09.273Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:09.274Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:10.158Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 84f6380c-9652-41ab-a986-50b59629efec
2023-01-06T07:24:10.159Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 63071e90-1428-4515-8e7b-bc34fd2f75e0 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=?
2023-01-06T07:24:10.175Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@760aaeb, org.onap.sdc.toscaparser.api.parameters.Input@65b68511, org.onap.sdc.toscaparser.api.parameters.Input@1517d2a9, org.onap.sdc.toscaparser.api.parameters.Input@689acdba, org.onap.sdc.toscaparser.api.parameters.Input@6aaf05b0]
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d3d5aa3b-3d4f-4869-8db2-12cbb733c971
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3d5aa3b-3d4f-4869-8db2-12cbb733c971 matches Tosca VF Customization UUID: d3d5aa3b-3d4f-4869-8db2-12cbb733c971
2023-01-06T07:24:10.177Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d3d5aa3b-3d4f-4869-8db2-12cbb733c971  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=?
2023-01-06T07:24:10.182Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.182Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.183Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d3d5aa3b-3d4f-4869-8db2-12cbb733c971: {\"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\"}
2023-01-06T07:24:10.183Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e806c18
2023-01-06T07:24:10.183Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.183Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:24:10.183Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed21eae9-72f7-4ccb-a5f0-1315c9a5d5f7
2023-01-06T07:24:10.184Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed21eae9-72f7-4ccb-a5f0-1315c9a5d5f7
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=?
2023-01-06T07:24:10.187Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.187Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:10.188Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:10.188Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.188Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:10.188Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:10.188Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.189Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T07:24:10.189Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T07:24:10.189Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T07:24:10.189Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0106da12-ff36-4ad2-9973-23cd0adc4a9c
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=?
2023-01-06T07:24:10.193Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.193Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:10.193Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:10.193Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.193Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T07:24:10.194Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d3d5aa3b-3d4f-4869-8db2-12cbb733c971
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=?
2023-01-06T07:24:10.195Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 84f6380c-9652-41ab-a986-50b59629efec: basic_vm_macro
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.196Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:10.197Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:10.198Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2023-01-06T07:24:10.301Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 63071e90-1428-4515-8e7b-bc34fd2f75e0 1 ASDC deployResourceStructure
2023-01-06T07:24:10.302Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:10.302Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:10.302Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:24:10.303Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:10.304Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:10.305Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989850302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:24:10.405Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:10.406Z||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.
2023-01-06T07:24:10.406Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:10.418Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:10.419Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:11.306Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:11.306Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:11.306Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:24:11.306Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:11.308Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:11.308Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989851305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:24:11.408Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:11.409Z||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.
2023-01-06T07:24:11.410Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:11.422Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:11.422Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:12.309Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:12.309Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||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
2023-01-06T07:24:12.309Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:24:12.310Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:12.311Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:12.311Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989852309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:24:12.412Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:12.412Z||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.
2023-01-06T07:24:12.412Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:12.423Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:12.424Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:13.312Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:24:13.313Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T07:24:13.313Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:24:13.313Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:13.315Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:13.315Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989853312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:24:13.415Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:13.416Z||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.
2023-01-06T07:24:13.416Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:13.428Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:13.429Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:14.316Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 848915ea-7180-4489-bbc9-0581e2b601c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:24:14.328Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 848915ea-7180-4489-bbc9-0581e2b601c1
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=?
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:24:14.330Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:24:14.331Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:24:14.331Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:24:14.331Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:24:14.331Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T07:24:14.344Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T07:24:44.344Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 848915ea-7180-4489-bbc9-0581e2b601c1 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=?
2023-01-06T07:24:44.353Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 848915ea-7180-4489-bbc9-0581e2b601c1 and serviceModelVersionId: 84f6380c-9652-41ab-a986-50b59629efec
2023-01-06T07:24:44.354Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38a9c143-fa2a-4ff9-94b7-65c9afc1912c
2023-01-06T07:24:44.355Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0
2023-01-06T07:24:44.360Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T07:24:44.444Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0|INFO|500||Invoke
2023-01-06T07:24:44.445Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[848915ea-7180-4489-bbc9-0581e2b601c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea3975e0-aafd-4c49-a4df-cd7a9434a223], X-ECOMP-RequestID=[848915ea-7180-4489-bbc9-0581e2b601c1], X-TransactionId=[], X-ONAP-RequestID=[848915ea-7180-4489-bbc9-0581e2b601c1], Content-Type=[application/merge-patch+json]}
2023-01-06T07:24:44.466Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T07:24:44.604Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?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/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 07:24:45 GMT], content-length=[0], vertex-id=[262344], x-aai-txid=[0-aai-resources-230106-07:24:45:122-34888], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T07:24:44.605Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T07:24:44.605Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a9c143-fa2a-4ff9-94b7-65c9afc1912c/model-vers/model-ver/84f6380c-9652-41ab-a986-50b59629efec?depth=0|INFO|500||InvokeReturn
2023-01-06T07:24:44.605Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T07:24:44.606Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T07:24:44.613Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T07:24:44.613Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 848915ea-7180-4489-bbc9-0581e2b601c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T07:24:44.613Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T07:24:44.614Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:44.616Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:44.616Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989884613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:24:44.716Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:44.717Z||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.
2023-01-06T07:24:44.717Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:44.737Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:44.738Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 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=?
2023-01-06T07:24:45.630Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T07:24:45.630Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"68e58007-208c-4e1f-bd0b-d06ac036cfbd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f7f1ca2f-1b6c-40e7-850c-57f4703d24fe","serviceDescription":"service","serviceInvariantUUID":"7afbada1-cf4b-409d-90e2-1f16fc2f39b3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19a56b00-858f-4e11-a9d3-a9a5372ec1c4","resourceInvariantUUID":"d7a059d2-5f42-47ca-8dba-e0914272ff13","resourceCustomizationUUID":"6dc832ec-3494-46c8-a9c7-682401284394","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":"YmQyYzdlN2Q2ZGE4ODMwNjMzMDg3YjRmYWY3Mjg3OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"231e47b7-f693-48ce-b551-a86645895053","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":"MGViYjNjMmQ4MTI0YTY0NzBjOGQ5MWExYTViNTZmMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eb3ac25-73fa-49d8-96bf-dd397ca7d8d5","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":"4d03242e-79ab-43e1-b1b1-a2464ab330e8","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":"8ada5992-3b23-4453-8b03-07eb9f693986","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":"b132d019-8652-4907-8cd1-4d1fd573777e","artifactVersion":"2","generatedFromUUID":"05dc5c9d-4833-4101-90e0-7f02b606543d"},{"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":"3c061055-7724-460b-ad62-aaa0f7ef55b0","artifactVersion":"2","generatedFromUUID":"4d03242e-79ab-43e1-b1b1-a2464ab330e8"},{"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":"05dc5c9d-4833-4101-90e0-7f02b606543d","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":"676eff87-6a35-46b5-a601-90b545762eb1","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":"OTM0NTFhNGUxNzk5Y2ZlMjc3OTQ0M2FhMTI2MzRhMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13190ba6-1481-4659-866b-b2b55559ac56","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTdiODdiZDRiNjk5NDcwM2M4NTRmNTNkNDFkOTc5MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96f82e51-69d6-4131-82a3-70002d6cc4ad","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T07:24:45.631Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:45.631Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:45.632Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:45.633Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:45.733Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:45.734Z||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.
2023-01-06T07:24:45.734Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:45.745Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:45.745Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:46.633Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:46.634Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:46.636Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:46.636Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:24:46.738Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T07:24:46.739Z||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.
2023-01-06T07:24:46.739Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:46.751Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:46.751Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:47.637Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:47.638Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:47.640Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:47.640Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:24:47.740Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:47.741Z||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.
2023-01-06T07:24:47.741Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:47.754Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:47.755Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:48.640Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:48.641Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:48.643Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:48.643Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:48.743Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:48.744Z||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.
2023-01-06T07:24:48.745Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:48.759Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:48.760Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:49.644Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:49.644Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:49.646Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:49.646Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T07:24:49.746Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:49.747Z||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.
2023-01-06T07:24:49.747Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:49.761Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:49.761Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:50.647Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:50.647Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:50.649Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:50.649Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T07:24:50.749Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:50.750Z||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.
2023-01-06T07:24:50.750Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:50.781Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:50.781Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:51.650Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:51.650Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:51.652Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:51.652Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T07:24:51.753Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:24:51.753Z||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.
2023-01-06T07:24:51.753Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:51.772Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:51.773Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:52.653Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:52.653Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:52.655Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:52.655Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:52.755Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:52.756Z||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.
2023-01-06T07:24:52.757Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:52.795Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:52.796Z||pool-113-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:53.656Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:53.657Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:53.658Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:53.659Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:53.759Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:53.760Z||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.
2023-01-06T07:24:53.760Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:53.776Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:53.776Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:54.659Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:24:54.660Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:54.664Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:54.664Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:24:54.764Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:54.765Z||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.
2023-01-06T07:24:54.766Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:54.778Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:54.779Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:55.666Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f7f1ca2f-1b6c-40e7-850c-57f4703d24fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7afbada1-cf4b-409d-90e2-1f16fc2f39b3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6dc832ec-3494-46c8-a9c7-682401284394",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19a56b00-858f-4e11-a9d3-a9a5372ec1c4",
      "resourceInvariantUUID": "d7a059d2-5f42-47ca-8dba-e0914272ff13",
      "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": "MGViYjNjMmQ4MTI0YTY0NzBjOGQ5MWExYTViNTZmMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6eb3ac25-73fa-49d8-96bf-dd397ca7d8d5",
          "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": "4d03242e-79ab-43e1-b1b1-a2464ab330e8",
          "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": "3c061055-7724-460b-ad62-aaa0f7ef55b0",
            "generatedFromUUID": "4d03242e-79ab-43e1-b1b1-a2464ab330e8"
          },
          "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": "b132d019-8652-4907-8cd1-4d1fd573777e",
          "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": "3c061055-7724-460b-ad62-aaa0f7ef55b0",
          "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": "05dc5c9d-4833-4101-90e0-7f02b606543d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTdiODdiZDRiNjk5NDcwM2M4NTRmNTNkNDFkOTc5MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96f82e51-69d6-4131-82a3-70002d6cc4ad"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T07:24:55.666Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T07:24:55.666Z|848915ea-7180-4489-bbc9-0581e2b601c1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f7f1ca2f-1b6c-40e7-850c-57f4703d24fe ASDC
2023-01-06T07:24:55.667Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:68e58007-208c-4e1f-bd0b-d06ac036cfbd
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f7f1ca2f-1b6c-40e7-850c-57f4703d24fe
ServiceInvariantUUID:7afbada1-cf4b-409d-90e2-1f16fc2f39b3
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:96f82e51-69d6-4131-82a3-70002d6cc4ad
ArtifactChecksum:NTdiODdiZDRiNjk5NDcwM2M4NTRmNTNkNDFkOTc5MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6dc832ec-3494-46c8-a9c7-682401284394
ResourceInvariantUUID:d7a059d2-5f42-47ca-8dba-e0914272ff13
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:19a56b00-858f-4e11-a9d3-a9a5372ec1c4
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:6eb3ac25-73fa-49d8-96bf-dd397ca7d8d5
ArtifactChecksum:MGViYjNjMmQ4MTI0YTY0NzBjOGQ5MWExYTViNTZmMDE=
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:4d03242e-79ab-43e1-b1b1-a2464ab330e8
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:3c061055-7724-460b-ad62-aaa0f7ef55b0
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:b132d019-8652-4907-8cd1-4d1fd573777e
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:3c061055-7724-460b-ad62-aaa0f7ef55b0
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:05dc5c9d-4833-4101-90e0-7f02b606543d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T07:24:55.667Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7f1ca2f-1b6c-40e7-850c-57f4703d24fe 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=?
2023-01-06T07:24:55.711Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:24:55.712Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:55.712Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:55.712Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 96f82e51-69d6-4131-82a3-70002d6cc4ad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:55.712Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:55.712Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:24:55.758Z||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.
2023-01-06T07:24:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:24:55.788Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:55.796Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 96f82e51-69d6-4131-82a3-70002d6cc4ad 163292
2023-01-06T07:24:55.797Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:24:55.797Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:55.797Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:55.797Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:55.799Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:55.799Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989895797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:55.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:55.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T07:24:55.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:24:55.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:24:55.899Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:55.900Z||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.
2023-01-06T07:24:55.901Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:55.916Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:55.916Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:24:56.800Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:24:56.801Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:24:56.801Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 96f82e51-69d6-4131-82a3-70002d6cc4ad, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:56.801Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-06T07:24:56.802Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:56.802Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:56.909Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3116589371151088120/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-06T07:24:57.940Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:57.941Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:24:57.942Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.943Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.944Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.945Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:24:57.946Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c64237f3-924f-4ae6-95ca-ae22bc870e06
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.947Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.948Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.948Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.948Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:24:57.948Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:24:57.948Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f7f1ca2f-1b6c-40e7-850c-57f4703d24fe
Model Version:NULL
Model InvariantUuid:7afbada1-cf4b-409d-90e2-1f16fc2f39b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d957b532-3687-4d5e-96dc-8272146660ff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7a059d2-5f42-47ca-8dba-e0914272ff13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6dc832ec-3494-46c8-a9c7-682401284394
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1efe95f-1917-4a3f-a679-89e3280e2ee1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:dd553f6d-f42f-45da-b3de-a94169f5c9b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b512856c-8ddf-43b8-a15d-d7da1eacd114
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8478800c-cb80-412b-8a63-946437103cd6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c64237f3-924f-4ae6-95ca-ae22bc870e06
ModelInvariantUuid:b884ece1-4418-4f82-8439-e1a7de0db433
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:096f55f1-cee0-40f5-87dc-a456d9ec0de4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5f2043ce-0c48-49f0-9002-b4e2cdb85b07
ModelInvariantUuid:b0f94703-36b4-45c5-a830-29413556a3eb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:bf536a36-aea9-45f5-9df1-7eb712b89ac0
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=?
2023-01-06T07:24:57.955Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 19a56b00-858f-4e11-a9d3-a9a5372ec1c4
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=?
2023-01-06T07:24:57.958Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2023-01-06T07:24:57.958Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19a56b00-858f-4e11-a9d3-a9a5372ec1c4
2023-01-06T07:24:57.959Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6eb3ac25-73fa-49d8-96bf-dd397ca7d8d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-06T07:24:57.959Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:57.959Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:58.029Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:58.029Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6eb3ac25-73fa-49d8-96bf-dd397ca7d8d5 1565
2023-01-06T07:24:58.029Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:58.029Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:58.029Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:58.030Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:58.031Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:58.032Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989898029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:58.132Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:58.133Z||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.
2023-01-06T07:24:58.133Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:58.144Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:58.144Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:24:59.032Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b512856c-8ddf-43b8-a15d-d7da1eacd114",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8478800c-cb80-412b-8a63-946437103cd6",
    "vfModuleModelCustomizationUUID": "f95c1fd3-acac-4869-af90-22b9bed88f49",
    "isBase": true,
    "artifacts": [
      "4d03242e-79ab-43e1-b1b1-a2464ab330e8",
      "3c061055-7724-460b-ad62-aaa0f7ef55b0"
    ],
    "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": "f1efe95f-1917-4a3f-a679-89e3280e2ee1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd553f6d-f42f-45da-b3de-a94169f5c9b0",
    "vfModuleModelCustomizationUUID": "73e9d18d-6838-407f-b70a-fc6988ae7850",
    "isBase": false,
    "artifacts": [
      "05dc5c9d-4833-4101-90e0-7f02b606543d"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:24:59.036Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8478800c-cb80-412b-8a63-946437103cd6
VfModuleModelInvariantUUID:b512856c-8ddf-43b8-a15d-d7da1eacd114
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d03242e-79ab-43e1-b1b1-a2464ab330e8
,
3c061055-7724-460b-ad62-aaa0f7ef55b0

}
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:dd553f6d-f42f-45da-b3de-a94169f5c9b0
VfModuleModelInvariantUUID:f1efe95f-1917-4a3f-a679-89e3280e2ee1
VfModuleModelDescription:NULL
Artifacts UUID List:{
05dc5c9d-4833-4101-90e0-7f02b606543d

}
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


}

2023-01-06T07:24:59.038Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b512856c-8ddf-43b8-a15d-d7da1eacd114",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8478800c-cb80-412b-8a63-946437103cd6",
    "vfModuleModelCustomizationUUID": "f95c1fd3-acac-4869-af90-22b9bed88f49",
    "isBase": true,
    "artifacts": [
      "4d03242e-79ab-43e1-b1b1-a2464ab330e8",
      "3c061055-7724-460b-ad62-aaa0f7ef55b0"
    ],
    "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": "f1efe95f-1917-4a3f-a679-89e3280e2ee1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dd553f6d-f42f-45da-b3de-a94169f5c9b0",
    "vfModuleModelCustomizationUUID": "73e9d18d-6838-407f-b70a-fc6988ae7850",
    "isBase": false,
    "artifacts": [
      "05dc5c9d-4833-4101-90e0-7f02b606543d"
    ],
    "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": ""
    }
  }
]
2023-01-06T07:24:59.038Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8478800c-cb80-412b-8a63-946437103cd6
VfModuleModelInvariantUUID:b512856c-8ddf-43b8-a15d-d7da1eacd114
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d03242e-79ab-43e1-b1b1-a2464ab330e8
,
3c061055-7724-460b-ad62-aaa0f7ef55b0

}
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:dd553f6d-f42f-45da-b3de-a94169f5c9b0
VfModuleModelInvariantUUID:f1efe95f-1917-4a3f-a679-89e3280e2ee1
VfModuleModelDescription:NULL
Artifacts UUID List:{
05dc5c9d-4833-4101-90e0-7f02b606543d

}
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


}

2023-01-06T07:24:59.038Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d03242e-79ab-43e1-b1b1-a2464ab330e8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-06T07:24:59.038Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:24:59.038Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:59.099Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:24:59.099Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4d03242e-79ab-43e1-b1b1-a2464ab330e8 914
2023-01-06T07:24:59.100Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:59.100Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:24:59.100Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:24:59.100Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:24:59.103Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:24:59.103Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989899100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:24:59.203Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:24:59.204Z||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.
2023-01-06T07:24:59.204Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:24:59.217Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:24:59.217Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:00.104Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b132d019-8652-4907-8cd1-4d1fd573777e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-06T07:25:00.104Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:25:00.105Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:00.164Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:25:00.164Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b132d019-8652-4907-8cd1-4d1fd573777e 12
2023-01-06T07:25:00.164Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:00.165Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:00.165Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:25:00.165Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:00.167Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:00.167Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989900164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:25:00.267Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:00.268Z||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.
2023-01-06T07:25:00.268Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:00.280Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:00.280Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:01.168Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c061055-7724-460b-ad62-aaa0f7ef55b0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-06T07:25:01.168Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:25:01.168Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:01.259Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:25:01.259Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3c061055-7724-460b-ad62-aaa0f7ef55b0 96
2023-01-06T07:25:01.259Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:01.260Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:01.260Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:25:01.260Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:01.262Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:01.262Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989901259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:25:01.362Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:01.363Z||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.
2023-01-06T07:25:01.363Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:01.404Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:01.405Z||pool-120-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:02.263Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 05dc5c9d-4833-4101-90e0-7f02b606543d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-06T07:25:02.264Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:25:02.264Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:02.325Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:25:02.326Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 05dc5c9d-4833-4101-90e0-7f02b606543d 20206
2023-01-06T07:25:02.327Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:02.328Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:02.328Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:25:02.328Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:02.331Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:02.331Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989902327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:25:02.431Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:02.432Z||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.
2023-01-06T07:25:02.432Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:02.443Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:02.443Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:25:03.334Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f7f1ca2f-1b6c-40e7-850c-57f4703d24fe
2023-01-06T07:25:03.335Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 19a56b00-858f-4e11-a9d3-a9a5372ec1c4 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=?
2023-01-06T07:25:03.342Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70a45642, org.onap.sdc.toscaparser.api.parameters.Input@23e4bc04, org.onap.sdc.toscaparser.api.parameters.Input@26437c7b, org.onap.sdc.toscaparser.api.parameters.Input@b332b4f, org.onap.sdc.toscaparser.api.parameters.Input@59777a2d]
2023-01-06T07:25:03.344Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.344Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.344Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-06T07:25:03.345Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6dc832ec-3494-46c8-a9c7-682401284394
2023-01-06T07:25:03.345Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dc832ec-3494-46c8-a9c7-682401284394 matches Tosca VF Customization UUID: 6dc832ec-3494-46c8-a9c7-682401284394
2023-01-06T07:25:03.345Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6dc832ec-3494-46c8-a9c7-682401284394  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=?
2023-01-06T07:25:03.347Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.347Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.347Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6dc832ec-3494-46c8-a9c7-682401284394: {\"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\"}
2023-01-06T07:25:03.347Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7093c0fb
2023-01-06T07:25:03.348Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.348Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T07:25:03.348Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73e9d18d-6838-407f-b70a-fc6988ae7850
2023-01-06T07:25:03.348Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73e9d18d-6838-407f-b70a-fc6988ae7850
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=?
2023-01-06T07:25:03.350Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.350Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:25:03.350Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:25:03.351Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.351Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:25:03.351Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T07:25:03.351Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.352Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T07:25:03.352Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6dc832ec-3494-46c8-a9c7-682401284394
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=?
2023-01-06T07:25:03.354Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.354Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.354Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f7f1ca2f-1b6c-40e7-850c-57f4703d24fe: basic_cnf_macro
2023-01-06T07:25:03.354Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.355Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.355Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.355Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.355Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.355Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.356Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.356Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.356Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:25:03.357Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:25:03.357Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2023-01-06T07:25:03.399Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 19a56b00-858f-4e11-a9d3-a9a5372ec1c4 2 ASDC deployResourceStructure
2023-01-06T07:25:03.400Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:03.400Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:03.401Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:25:03.401Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:03.407Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:03.408Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989903400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:25:03.508Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:25:03.508Z||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.
2023-01-06T07:25:03.509Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:03.523Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:03.523Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:04.408Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:04.409Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:04.409Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:25:04.409Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:04.411Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:04.411Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989904408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:25:04.511Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:04.512Z||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.
2023-01-06T07:25:04.512Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:04.528Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:04.529Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:25:05.412Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:05.412Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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)
2023-01-06T07:25:05.412Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T07:25:05.413Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:05.414Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:05.414Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989905412,
  "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"
}
2023-01-06T07:25:05.515Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:05.516Z||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.
2023-01-06T07:25:05.516Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:05.529Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:05.530Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:25:06.415Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:06.416Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:06.416Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:25:06.416Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:06.419Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:06.419Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989906415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:25:06.519Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:06.521Z||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.
2023-01-06T07:25:06.521Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:06.533Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:06.534Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:07.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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
2023-01-06T07:25:07.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||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)
2023-01-06T07:25:07.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T07:25:07.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:07.423Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:07.423Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989907421,
  "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"
}
2023-01-06T07:25:07.524Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T07:25:07.525Z||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.
2023-01-06T07:25:07.525Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:07.538Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:07.538Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:08.424Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:25:08.424Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T07:25:08.424Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:25:08.425Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:25:08.427Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:25:08.427Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989908424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:25:08.527Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:25:08.528Z||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.
2023-01-06T07:25:08.528Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:25:08.541Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:08.541Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:25:09.428Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:25:09.440Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
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=?
2023-01-06T07:25:09.443Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:25:09.443Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T07:25:09.443Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T07:25:39.443Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:25:39.456Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
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=?
2023-01-06T07:25:39.459Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:25:39.459Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T07:25:39.459Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T07:25:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:25:55.758Z||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.
2023-01-06T07:25:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:25:55.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:25:55.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:25:55.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:25:55.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:09.459Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:26:09.471Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
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=?
2023-01-06T07:26:09.474Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:26:09.474Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T07:26:09.475Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T07:26:39.475Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:26:39.508Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
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=?
2023-01-06T07:26:39.510Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:26:39.510Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T07:26:39.511Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T07:26:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:26:55.758Z||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.
2023-01-06T07:26:55.759Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:26:55.786Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:26:55.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989836141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989834855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989844594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989834831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989844956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989845634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989847035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989848104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989847959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989848963,
  "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=?
2023-01-06T07:26:55.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68e58007-208c-4e1f-bd0b-d06ac036cfbd
2023-01-06T07:26:55.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68e58007-208c-4e1f-bd0b-d06ac036cfbd 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 (?, ?, ?, ?, ?)
2023-01-06T07:26:55.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989849155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:26:55.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989850302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989851305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989852309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989853312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989853839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989854841,
  "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=?
2023-01-06T07:26:55.835Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68e58007-208c-4e1f-bd0b-d06ac036cfbd
2023-01-06T07:26:55.835Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68e58007-208c-4e1f-bd0b-d06ac036cfbd 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 (?, ?, ?, ?, ?)
2023-01-06T07:26:55.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989884613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:26:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:26:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:26:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989835753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:26:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:09.511Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:27:09.522Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd
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=?
2023-01-06T07:27:09.525Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:27:09.525Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T07:27:09.525Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T07:27:09.525Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T07:27:09.525Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:09.526Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:09.526Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:09.526Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:09.526Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:09.526Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T07:27:09.532Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T07:27:39.532Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd 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=?
2023-01-06T07:27:39.541Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68e58007-208c-4e1f-bd0b-d06ac036cfbd and serviceModelVersionId: f7f1ca2f-1b6c-40e7-850c-57f4703d24fe
2023-01-06T07:27:39.541Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7afbada1-cf4b-409d-90e2-1f16fc2f39b3
2023-01-06T07:27:39.543Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?depth=0
2023-01-06T07:27:39.550Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T07:27:39.609Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?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]}
2023-01-06T07:27:39.610Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?depth=0|INFO|500||Invoke
2023-01-06T07:27:39.637Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T07:27:39.726Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?depth=0|INFO|500||InvokeReturn
2023-01-06T07:27:39.727Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7afbada1-cf4b-409d-90e2-1f16fc2f39b3/model-vers/model-ver/f7f1ca2f-1b6c-40e7-850c-57f4703d24fe?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 07:27:40 GMT], content-length=[0], vertex-id=[536752], x-aai-txid=[2-aai-resources-230106-07:27:40:282-98257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T07:27:39.728Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T07:27:39.728Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T07:27:39.728Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T07:27:39.734Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T07:27:39.734Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68e58007-208c-4e1f-bd0b-d06ac036cfbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T07:27:39.735Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T07:27:39.735Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:39.738Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:39.738Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990059735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:27:39.838Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:39.839Z||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.
2023-01-06T07:27:39.839Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:39.853Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:39.854Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 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=?
2023-01-06T07:27:40.750Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:27:40.751Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|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.
2023-01-06T07:27:40.751Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:27:46.397Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:46.398Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T07:27:46.398Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7bbd233f-f1bc-4f69-a08d-d74411fbab27","serviceDescription":"service","serviceInvariantUUID":"54e80a82-0c5f-4ec8-b651-afa0f0855f51","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"073e79d1-1f64-4416-898f-2241de8d04dd","resourceInvariantUUID":"623ae624-5bba-4d63-b137-74a0dfe23e70","resourceCustomizationUUID":"31746f99-a5f6-4e99-9ab5-841f47e3067b","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":"YzkxMjgwZDdkMDMyZjU2NDM3Nzk0YTBhOTg4YzNlZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfa80058-25fc-4d18-9c92-920d780d2544","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":"0248658c-2a70-40fe-b440-8d55abc78f21","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":"5a66815c-8333-4ef5-afc6-76bf47b4d72b","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":"NDE2ZTNlOWExZjVjY2U4MDk2ZGMzOTdhMGIyMDYwZTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60f1d173-7370-45f7-ac1e-15ac3dbec0cc","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":"f8a0d09f-48be-4087-a70e-000217632615","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":"2f40478f-1c07-4000-9591-e2cdc523cbcb","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":"4a7b6750-5764-42d3-bace-eb7c312610df","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":"MTY2NGJkMTEwYTAyM2FmNDdkMTRiMTg4NDhjMjQ4NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921d8f72-c786-4422-8a94-6000f85b2d63","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmNlZWFiMWFjN2E5ZDlhODNiM2JkMjFhOTgxOWZhMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4215cc3-65b6-47d0-9b35-2a57328d6e65","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T07:27:46.400Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:46.400Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:46.402Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:46.402Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:46.502Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:27:46.503Z||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.
2023-01-06T07:27:46.503Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:46.513Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:46.514Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:47.403Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:47.404Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:47.406Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:47.406Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:47.506Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:27:47.507Z||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.
2023-01-06T07:27:47.507Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:47.521Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:47.521Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:27:48.407Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:48.408Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:48.410Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:48.410Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:48.509Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:48.510Z||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.
2023-01-06T07:27:48.510Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:48.532Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:48.532Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:49.411Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:49.411Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:49.415Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:49.415Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:49.515Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T07:27:49.515Z||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.
2023-01-06T07:27:49.516Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:49.529Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:49.529Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:50.416Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:50.416Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:50.418Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:50.419Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:50.518Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:50.519Z||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.
2023-01-06T07:27:50.519Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:50.530Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:50.530Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:51.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:51.421Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:51.423Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:51.423Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:51.523Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:27:51.523Z||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.
2023-01-06T07:27:51.524Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:51.536Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:51.536Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:52.423Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:52.424Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:52.425Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:52.425Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:52.525Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:52.526Z||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.
2023-01-06T07:27:52.526Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:52.537Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:52.537Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:53.426Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:53.427Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:53.429Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:53.430Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:53.529Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:53.530Z||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.
2023-01-06T07:27:53.530Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:53.545Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:53.546Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:27:54.430Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T07:27:54.430Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:54.432Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:54.432Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:27:54.532Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T07:27:54.533Z||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.
2023-01-06T07:27:54.533Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:54.543Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:54.543Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-06T07:27:55.433Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7bbd233f-f1bc-4f69-a08d-d74411fbab27",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54e80a82-0c5f-4ec8-b651-afa0f0855f51",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "31746f99-a5f6-4e99-9ab5-841f47e3067b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "073e79d1-1f64-4416-898f-2241de8d04dd",
      "resourceInvariantUUID": "623ae624-5bba-4d63-b137-74a0dfe23e70",
      "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": "YmNlZWFiMWFjN2E5ZDlhODNiM2JkMjFhOTgxOWZhMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4215cc3-65b6-47d0-9b35-2a57328d6e65"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T07:27:55.433Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T07:27:55.433Z|68e58007-208c-4e1f-bd0b-d06ac036cfbd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7bbd233f-f1bc-4f69-a08d-d74411fbab27 ASDC
2023-01-06T07:27:55.434Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7bbd233f-f1bc-4f69-a08d-d74411fbab27
ServiceInvariantUUID:54e80a82-0c5f-4ec8-b651-afa0f0855f51
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:d4215cc3-65b6-47d0-9b35-2a57328d6e65
ArtifactChecksum:YmNlZWFiMWFjN2E5ZDlhODNiM2JkMjFhOTgxOWZhMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:31746f99-a5f6-4e99-9ab5-841f47e3067b
ResourceInvariantUUID:623ae624-5bba-4d63-b137-74a0dfe23e70
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:073e79d1-1f64-4416-898f-2241de8d04dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-06T07:27:55.434Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bbd233f-f1bc-4f69-a08d-d74411fbab27 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 (?, ?, ?, ?, ?)
2023-01-06T07:27:55.481Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:27:55.482Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:27:55.482Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:27:55.482Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4215cc3-65b6-47d0-9b35-2a57328d6e65 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-06T07:27:55.482Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-06T07:27:55.483Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-06T07:27:55.609Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-06T07:27:55.616Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d4215cc3-65b6-47d0-9b35-2a57328d6e65 111093
2023-01-06T07:27:55.616Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:27:55.616Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-06T07:27:55.616Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T07:27:55.617Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:55.618Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:55.619Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990075616,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.718Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:55.720Z||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.
2023-01-06T07:27:55.721Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:55.733Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:55.736Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:27:55.758Z||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.
2023-01-06T07:27:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:27:55.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:55.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989895797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989898029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989899100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989900164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989901259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989902327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989903400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989904408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989905412,
  "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"
}
2023-01-06T07:27:55.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989906415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989907421,
  "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"
}
2023-01-06T07:27:55.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672989908424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-06T07:27:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672989897148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989892974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989894855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989922491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989920583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989921625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989923518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672989922951,
  "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=?
2023-01-06T07:27:55.849Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
2023-01-06T07:27:55.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 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 (?, ?, ?, ?, ?)
2023-01-06T07:27:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989924519,
  "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=?
2023-01-06T07:27:55.866Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
2023-01-06T07:27:55.867Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 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 (?, ?, ?, ?, ?)
2023-01-06T07:27:55.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989926146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "aai-model-loader",
  "timestamp": 1672989927149,
  "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=?
2023-01-06T07:27:55.893Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
2023-01-06T07:27:55.894Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 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 (?, ?, ?, ?, ?)
2023-01-06T07:27:55.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989924831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:27:55.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:27:55.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989934639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989936454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:27:55.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672989937457,
  "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=?
2023-01-06T07:27:55.919Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
2023-01-06T07:27:55.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 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 (?, ?, ?, ?, ?)
2023-01-06T07:27:56.619Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T07:27:56.620Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-06T07:27:56.621Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d4215cc3-65b6-47d0-9b35-2a57328d6e65, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:56.621Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-06T07:27:56.622Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:56.622Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:56.742Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14944272250573852851/Definitions/service-TestPnfMacro-template.yml
2023-01-06T07:27:57.639Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||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
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||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
2023-01-06T07:27:57.640Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||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
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||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
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.641Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.642Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-06T07:27:57.642Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:27:57.642Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:27:57.642Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.643Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.644Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7bbd233f-f1bc-4f69-a08d-d74411fbab27
Model Version:NULL
Model InvariantUuid:54e80a82-0c5f-4ec8-b651-afa0f0855f51
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=?
2023-01-06T07:27:57.655Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 073e79d1-1f64-4416-898f-2241de8d04dd
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=?
2023-01-06T07:27:57.658Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-01-06T07:27:57.658Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 073e79d1-1f64-4416-898f-2241de8d04dd
2023-01-06T07:27:57.658Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7bbd233f-f1bc-4f69-a08d-d74411fbab27
2023-01-06T07:27:57.659Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7bbd233f-f1bc-4f69-a08d-d74411fbab27
2023-01-06T07:27:57.659Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 073e79d1-1f64-4416-898f-2241de8d04dd 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=?
2023-01-06T07:27:57.664Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58f5b0b6, org.onap.sdc.toscaparser.api.parameters.Input@629d4fc5, org.onap.sdc.toscaparser.api.parameters.Input@556c7377, org.onap.sdc.toscaparser.api.parameters.Input@5091c837, org.onap.sdc.toscaparser.api.parameters.Input@2514a293]
2023-01-06T07:27:57.665Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.665Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.666Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7bbd233f-f1bc-4f69-a08d-d74411fbab27: test-pnf
2023-01-06T07:27:57.666Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Processing PNF resource: 073e79d1-1f64-4416-898f-2241de8d04dd
2023-01-06T07:27:57.666Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T07:27:57.666Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T07:27:57.666Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||Resource customization UUID: 31746f99-a5f6-4e99-9ab5-841f47e3067b is the same as notified resource customizationUUID: 31746f99-a5f6-4e99-9ab5-841f47e3067b
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 (?, ?)
2023-01-06T07:27:57.705Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 073e79d1-1f64-4416-898f-2241de8d04dd 0 ASDC deployResourceStructure
2023-01-06T07:27:57.706Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T07:27:57.707Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-06T07:27:57.707Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T07:27:57.707Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:27:57.708Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:27:57.709Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990077706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:27:57.808Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:27:57.809Z||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.
2023-01-06T07:27:57.809Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:27:57.840Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:27:57.840Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-06T07:27:58.709Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T07:27:58.724Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00
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=?
2023-01-06T07:27:58.727Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:58.728Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:58.729Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:58.729Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T07:27:58.729Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T07:27:58.746Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T07:28:28.747Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 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=?
2023-01-06T07:28:28.751Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 and serviceModelVersionId: 7bbd233f-f1bc-4f69-a08d-d74411fbab27
2023-01-06T07:28:28.752Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54e80a82-0c5f-4ec8-b651-afa0f0855f51
2023-01-06T07:28:28.752Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0
2023-01-06T07:28:28.756Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T07:28:28.792Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0|INFO|500||Invoke
2023-01-06T07:28:28.792Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[616b4a92-602c-40cc-8732-6fe0137417d9], X-ECOMP-RequestID=[13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00], X-TransactionId=[], X-ONAP-RequestID=[13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00], Content-Type=[application/merge-patch+json]}
2023-01-06T07:28:28.843Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T07:28:29.064Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?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/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 07:28:29 GMT], content-length=[0], vertex-id=[549040], x-aai-txid=[1-aai-resources-230106-07:28:29:489-75412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T07:28:29.064Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T07:28:29.065Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54e80a82-0c5f-4ec8-b651-afa0f0855f51/model-vers/model-ver/7bbd233f-f1bc-4f69-a08d-d74411fbab27?depth=0|INFO|500||InvokeReturn
2023-01-06T07:28:29.065Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T07:28:29.066Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T07:28:29.071Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T07:28:29.071Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T07:28:29.071Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T07:28:29.072Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-06T07:28:29.073Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T07:28:29.074Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990109071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:28:29.173Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T07:28:29.174Z||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.
2023-01-06T07:28:29.174Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AvoILjfnxntRJjOk) ...
2023-01-06T07:28:29.197Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:28:29.198Z||pool-140-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=?
2023-01-06T07:28:30.091Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:28:30.091Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T07:28:30.091Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:28:39.646Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:28:39.646Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:28:39.647Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T07:28:39.647Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:28:49.187Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:28:49.188Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:28:49.188Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T07:28:49.188Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:28:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:28:55.758Z||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.
2023-01-06T07:28:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:28:55.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:28:55.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990059735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T07:28:55.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990060750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990075616,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T07:28:55.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:28:58.726Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:28:58.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:28:58.727Z||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.
2023-01-06T07:28:58.727Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:29:08.269Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:29:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:29:55.753Z||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.
2023-01-06T07:29:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:29:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:29:55.757Z||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.
2023-01-06T07:29:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:29:56.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:29:56.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:29:56.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990077706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T07:29:56.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:29:56.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T07:29:56.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672990109071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T07:29:56.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T07:30:05.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:30:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:30:55.753Z||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.
2023-01-06T07:30:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:30:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:30:55.757Z||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.
2023-01-06T07:30:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:31:05.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:31:05.308Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:31:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:31:55.753Z||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.
2023-01-06T07:31:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:31:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:31:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T07:31:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:32:05.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:32:05.358Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:32:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:32:55.754Z||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.
2023-01-06T07:32:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:32:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:32:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:32:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:33:05.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:33:05.296Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:33:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:33:55.754Z||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.
2023-01-06T07:33:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:33:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:33:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:33:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:34:05.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:34:05.345Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:34:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:34:55.754Z||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.
2023-01-06T07:34:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:34:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:34:55.757Z||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.
2023-01-06T07:34:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:35:05.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:35:05.320Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:35:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:35:55.753Z||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.
2023-01-06T07:35:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:35:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:35:55.757Z||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.
2023-01-06T07:35:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:36:05.295Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:36:05.306Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:36:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:36:55.754Z||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.
2023-01-06T07:36:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:36:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:36:55.757Z||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.
2023-01-06T07:36:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:37:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:37:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:37:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:37:55.754Z||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.
2023-01-06T07:37:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:37:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:37:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:37:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:38:05.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:38:05.353Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:38:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:38:55.754Z||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.
2023-01-06T07:38:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:38:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:38:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:38:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:39:05.319Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:39:05.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:39:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:39:55.753Z||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.
2023-01-06T07:39:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:39:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:39:55.757Z||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.
2023-01-06T07:39:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:40:05.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:40:05.320Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:40:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:40:55.753Z||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.
2023-01-06T07:40:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:40:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:40:55.757Z||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.
2023-01-06T07:40:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:41:05.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:41:05.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:41:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:41:55.753Z||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.
2023-01-06T07:41:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:41:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:41:55.757Z||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.
2023-01-06T07:41:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:42:05.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:42:05.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:42:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:42:55.753Z||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.
2023-01-06T07:42:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:42:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:42:55.758Z||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.
2023-01-06T07:42:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:43:05.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:43:05.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:43:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:43:55.754Z||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.
2023-01-06T07:43:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:43:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:43:55.757Z||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.
2023-01-06T07:43:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:44:05.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:44:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:44:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:44:55.754Z||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.
2023-01-06T07:44:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:44:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:44:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:44:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:45:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:45:05.307Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:45:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:45:55.754Z||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.
2023-01-06T07:45:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:45:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:45:55.758Z||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.
2023-01-06T07:45:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:46:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:46:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:46:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:46:55.754Z||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.
2023-01-06T07:46:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:46:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:46:55.758Z||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.
2023-01-06T07:46:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:47:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:47:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:47:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:47:55.754Z||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.
2023-01-06T07:47:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:47:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:47:55.757Z||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.
2023-01-06T07:47:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:48:05.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:48:05.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:48:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:48:55.754Z||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.
2023-01-06T07:48:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:48:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:48:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T07:48:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:49:05.305Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:49:05.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:49:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:49:55.753Z||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.
2023-01-06T07:49:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:49:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:49:55.757Z||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.
2023-01-06T07:49:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:50:05.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:50:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:50:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:50:55.753Z||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.
2023-01-06T07:50:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:50:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:50:55.758Z||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.
2023-01-06T07:50:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:51:05.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:51:05.342Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:51:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:51:55.753Z||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.
2023-01-06T07:51:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:51:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:51:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:51:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:52:05.301Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:52:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:52:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:52:55.754Z||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.
2023-01-06T07:52:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:52:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:52:55.757Z||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.
2023-01-06T07:52:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:53:05.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:53:05.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:53:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:53:55.753Z||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.
2023-01-06T07:53:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:53:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:53:55.757Z||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.
2023-01-06T07:53:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:54:05.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:54:05.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:54:55.753Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:54:55.753Z||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.
2023-01-06T07:54:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:54:55.759Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:54:55.760Z||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.
2023-01-06T07:54:55.760Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:55:05.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:55:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:55:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:55:55.754Z||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.
2023-01-06T07:55:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:55:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:55:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:55:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:56:05.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:56:05.308Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:56:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:56:55.754Z||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.
2023-01-06T07:56:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:56:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:56:55.757Z||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.
2023-01-06T07:56:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:57:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:57:05.303Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:57:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:57:55.753Z||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.
2023-01-06T07:57:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:57:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:57:55.757Z||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.
2023-01-06T07:57:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:58:05.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:58:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:58:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:58:55.753Z||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.
2023-01-06T07:58:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:58:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:58:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T07:58:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T07:59:05.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:59:05.307Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T07:59:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:59:55.754Z||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.
2023-01-06T07:59:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T07:59:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T07:59:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T07:59:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:00:05.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:00:05.303Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:00:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:00:55.753Z||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.
2023-01-06T08:00:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:00:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:00:55.758Z||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.
2023-01-06T08:00:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:01:05.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:01:05.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:01:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:01:55.753Z||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.
2023-01-06T08:01:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:01:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:01:55.758Z||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.
2023-01-06T08:01:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:02:05.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:02:05.312Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:02:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:02:55.754Z||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.
2023-01-06T08:02:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:02:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:02:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T08:02:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:03:05.304Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:03:05.305Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:03:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:03:55.753Z||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.
2023-01-06T08:03:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:03:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:03:55.758Z||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.
2023-01-06T08:03:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:04:05.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:04:05.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:04:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:04:55.754Z||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.
2023-01-06T08:04:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:04:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:04:55.758Z||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.
2023-01-06T08:04:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:05:05.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:05:05.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:05:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:05:55.753Z||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.
2023-01-06T08:05:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:05:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:05:55.757Z||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.
2023-01-06T08:05:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:06:05.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:06:05.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:06:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:06:55.754Z||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.
2023-01-06T08:06:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:06:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:06:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:06:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:07:05.306Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:07:05.306Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:07:55.753Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:07:55.755Z||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.
2023-01-06T08:07:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:07:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:07:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T08:07:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:08:05.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:08:05.299Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:08:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:08:55.754Z||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.
2023-01-06T08:08:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:08:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:08:55.758Z||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.
2023-01-06T08:08:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:09:05.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:09:05.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:09:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:09:55.753Z||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.
2023-01-06T08:09:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:09:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:09:55.757Z||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.
2023-01-06T08:09:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:10:05.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:10:05.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:10:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:10:55.753Z||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.
2023-01-06T08:10:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:10:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:10:55.757Z||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.
2023-01-06T08:10:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:11:05.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:11:05.300Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:11:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:11:55.754Z||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.
2023-01-06T08:11:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:11:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:11:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T08:11:55.758Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:12:05.315Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:12:05.315Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:12:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:12:55.753Z||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.
2023-01-06T08:12:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:12:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:12:55.757Z||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.
2023-01-06T08:12:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:13:05.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:13:05.296Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:13:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:13:55.753Z||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.
2023-01-06T08:13:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:13:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:13:55.757Z||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.
2023-01-06T08:13:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:14:05.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:14:05.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:14:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:14:55.753Z||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.
2023-01-06T08:14:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:14:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:14:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:14:55.758Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:15:05.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:15:05.300Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:15:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:15:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:15:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:15:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:15:55.757Z||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.
2023-01-06T08:15:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:16:05.318Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:16:05.325Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:16:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:16:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:16:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:16:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:16:55.757Z||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.
2023-01-06T08:16:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:17:05.304Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:17:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:17:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:17:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:17:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:17:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:17:55.758Z||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.
2023-01-06T08:17:55.758Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:18:05.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:18:05.300Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:18:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:18:55.755Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:18:55.755Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:18:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:18:55.757Z||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.
2023-01-06T08:18:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:19:05.328Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:19:05.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:19:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:19:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:19:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:19:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:19:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T08:19:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:20:05.300Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:20:05.302Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:20:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:20:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:20:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:20:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:20:55.757Z||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.
2023-01-06T08:20:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:21:05.301Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:21:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:21:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:21:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:21:55.754Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:21:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:21:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T08:21:55.758Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:22:05.320Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:22:05.321Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:22:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:22:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:22:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:22:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:22:55.757Z||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.
2023-01-06T08:22:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:23:05.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:23:05.300Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:23:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:23:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:23:55.753Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:23:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:23:55.757Z||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.
2023-01-06T08:23:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:24:05.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:24:05.331Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:24:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:24:55.753Z||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.
2023-01-06T08:24:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:24:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:24:55.757Z||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.
2023-01-06T08:24:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:25:05.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:25:05.314Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:25:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:25:55.753Z||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.
2023-01-06T08:25:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:25:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:25:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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.
2023-01-06T08:25:55.757Z|e6362146-02d2-402e-a868-36a5c6f1a73e|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:26:05.310Z|e6362146-02d2-402e-a868-36a5c6f1a73e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:26:05.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:26:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:26:55.753Z||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.
2023-01-06T08:26:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:26:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:26:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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.
2023-01-06T08:26:55.757Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:27:05.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:27:05.319Z|07ab42d8-7ce8-4b05-a7f0-48c0a4841d37|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:27:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:27:55.753Z||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.
2023-01-06T08:27:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:27:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:27:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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.
2023-01-06T08:27:55.757Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|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 AvoILjfnxntRJjOk) ...
2023-01-06T08:28:05.310Z|13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:28:05.310Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:28:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:28:55.753Z||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.
2023-01-06T08:28:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:28:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:28:55.757Z||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.
2023-01-06T08:28:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:29:05.320Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:29:05.321Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:29:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:29:55.755Z||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.
2023-01-06T08:29:55.755Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:29:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:29:55.757Z||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.
2023-01-06T08:29:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:30:05.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:30:05.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:30:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:30:55.753Z||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.
2023-01-06T08:30:55.754Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:30:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:30:55.757Z||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.
2023-01-06T08:30:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:31:05.323Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:31:05.324Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:31:55.755Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:31:55.756Z||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.
2023-01-06T08:31:55.756Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:31:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:31:55.757Z||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.
2023-01-06T08:31:55.757Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:32:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:32:05.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T08:32:55.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:32:55.753Z||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.
2023-01-06T08:32:55.753Z||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 AvoILjfnxntRJjOk) ...
2023-01-06T08:32:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T08:32:55.757Z||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.
2023-01-06T08:32:55.757Z||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 AvoILjfnxntRJjOk) ...