Results

By type

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

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

2022-12-16T05:24:52.680Z||main|||||INFO|500||The following profiles are active: basic
2022-12-16T05:25:07.792Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-16T05:25:07.792Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-16T05:25:07.933Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-16T05:25:13.295Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-16T05:25:13.771Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-16T05:25:14.344Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-16T05:25:14.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-16T05:25:14.516Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-16T05:25:14.782Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-16T05:25:15.485Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-16T05:25:17.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T05:25:20.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T05:25:21.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-16T05:25:21.726Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T05:25:22.131Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-16T05:25:23.809Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T05:25:25.209Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-16T05:25:25.238Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-16T05:25:25.240Z||main|||||WARN|500||The sdc end point is not alive
2022-12-16T05:25:29.998Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-16T05:25:33.354Z||main|||||WARN|500||---
2022-12-16T05:25:33.355Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-16T05:25:33.355Z||main|||||WARN|500||---
2022-12-16T05:25:33.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-16T05:25:40.260Z||main|||||INFO|500||Started Application in 51.652 seconds (JVM running for 54.169)
2022-12-16T05:25:40.310Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-16T05:25:40.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-16T05:25:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-16T05:25:40.414Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-16T05:25:40.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1e47c19-7e03-4e84-bb48-567e1e26697b url= /sdc/v1/artifactTypes
2022-12-16T05:25:40.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-16T05:25:41.062Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-16T05:25:41.120Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-16T05:25:41.168Z||scheduling-1|||||DEBUG|500||create keys
2022-12-16T05:25:41.189Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-16T05:25:41.229Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:25:41.267Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70b14fe7-ccdb-46b0-884e-7c789470bb9a url= /sdc/v1/registerForDistribution
2022-12-16T05:25:41.361Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70b14fe7-ccdb-46b0-884e-7c789470bb9a url= /sdc/v1/registerForDistribution
2022-12-16T05:25:41.362Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-16T05:25:41.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:25:41.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:25:41.456Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:25:41.456Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:25:41.442Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:25:41.442Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-16T05:25:41.469Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:25:51.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:25:51.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:26:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:26:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:26:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:26:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:26:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:26:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:26:50.953Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:26:50.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:27:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:27:41.390Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:27:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:27:41.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:27:41.396Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:27:41.396Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:27:50.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:27:50.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:28:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:28:41.385Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:28:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:28:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:28:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:28:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:28:50.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:28:50.945Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:29:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:29:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:29:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:29:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:29:41.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:29:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:29:50.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:29:50.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:30:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:30:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:30:41.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:30:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:30:41.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:30:41.391Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:30:50.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:30:50.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:31:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:31:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:31:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:31:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:31:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:31:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:31:50.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:31:50.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:32:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:32:41.384Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:32:41.384Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:32:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:32:41.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:32:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:32:50.948Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:32:50.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:33:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:33:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:33:41.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:33:41.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:33:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:33:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:33:50.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:33:50.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:34:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:34:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:34:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:34:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:34:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:34:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:34:50.947Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:34:50.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:35:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:35:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:35:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:35:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:35:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:35:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:35:45.116Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-16T05:35:50.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:35:50.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:36:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:36:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:36:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:36:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:36:41.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:36:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:36:50.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:36:50.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:37:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:37:41.385Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:37:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:37:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:37:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:37:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:37:50.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:37:50.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:38:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:38:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:38:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:38:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:38:41.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:38:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:38:50.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:38:50.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:39:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:39:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:39:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:39:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:39:41.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:39:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:39:50.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:39:50.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:40:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:40:41.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:40:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:40:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:40:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:40:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:40:50.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:40:50.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:41:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:41:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:41:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:41:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:41:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:41:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:41:50.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:41:50.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:42:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:42:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:42:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:42:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:42:41.389Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:42:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:42:50.947Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:42:50.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:43:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:43:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:43:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:43:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:43:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:43:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:43:50.942Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:43:50.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:44:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:44:41.385Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:44:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:44:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:44:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:44:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:44:50.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:44:50.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:45:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:45:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:45:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:45:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:45:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:45:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:45:50.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:45:50.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:46:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:46:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:46:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:46:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:46:41.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:46:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:46:50.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:46:50.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:47:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:47:41.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:47:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:47:41.387Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:47:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:47:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:47:50.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:47:50.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:48:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:48:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:48:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:48:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:48:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:48:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:48:50.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:48:50.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:49:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:49:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:49:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:49:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:49:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:49:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:49:50.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:49:50.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:50:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:50:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:50:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:50:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:50:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:50:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:50:50.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:50:50.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:51:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:51:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:51:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:51:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:51:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:51:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:51:50.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:51:50.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:52:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:52:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:52:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:52:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:52:41.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:52:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:52:50.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:52:50.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:53:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:53:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:53:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:53:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:53:41.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:53:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:53:50.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:53:50.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:54:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:54:41.385Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:54:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:54:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:54:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:54:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:54:50.941Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:54:50.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:55:41.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:55:41.386Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:55:41.386Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:55:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:55:41.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:55:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:55:50.939Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:55:50.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:56:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:56:41.384Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:56:41.385Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:56:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:56:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:56:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:56:50.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:56:50.946Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:57:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:57:41.384Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:57:41.384Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:57:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:57:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:57:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:57:50.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:57:50.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:58:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:58:41.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:58:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:58:41.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:58:41.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:58:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:58:50.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:58:50.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:59:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:59:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:59:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:59:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:59:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:59:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:59:50.946Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T05:59:50.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:00:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:00:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:00:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:00:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:00:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:00:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:00:50.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:00:50.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:01:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:01:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:01:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:01:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:01:41.388Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:01:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:01:50.945Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:01:50.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:02:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:02:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:02:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:02:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:02:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:02:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:02:50.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:02:50.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:03:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:03:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:03:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:03:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:03:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:03:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:03:50.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:03:50.959Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:04:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:04:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:04:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:04:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:04:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:04:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:04:50.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:04:50.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:05:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:05:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:05:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:05:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:05:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:05:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:05:50.927Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:05:50.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:06:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:06:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:06:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:06:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:06:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:06:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:06:50.957Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:06:50.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:07:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:07:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:07:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:07:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:07:41.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:07:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:07:50.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:07:50.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:08:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:08:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:08:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:08:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:08:41.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:08:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:08:50.952Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:08:50.952Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:09:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:09:41.384Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:09:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:09:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:09:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:09:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:09:50.953Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:09:50.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:10:41.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:10:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:10:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:10:41.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:10:41.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:10:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:10:50.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:10:50.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:11:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:11:41.385Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:11:41.385Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:11:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:11:41.389Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:11:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:11:50.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:11:50.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:12:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:12:41.384Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:12:41.384Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:12:41.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:12:41.390Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:12:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:12:50.979Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:12:50.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:13:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:13:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:13:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:13:41.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:13:41.392Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:13:41.392Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:13:50.933Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:13:50.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:14:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:14:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:14:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:14:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:14:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:14:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:14:50.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:14:50.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:15:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:15:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:15:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:15:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:15:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:15:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:15:50.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:15:50.929Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:16:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:16:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:16:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:16:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:16:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:16:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:16:50.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:16:50.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:17:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:17:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:17:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:17:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:17:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:17:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:17:50.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:17:50.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:18:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:18:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:18:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:18:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:18:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:18:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:18:50.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:18:50.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:19:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:19:41.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:19:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:19:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:19:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:19:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:19:50.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:19:50.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:20:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:20:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:20:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:20:41.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:20:41.387Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:20:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:20:50.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:20:50.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:21:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:21:41.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:21:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:21:41.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:21:41.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:21:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:21:50.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:21:50.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:22:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:22:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:22:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:22:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:22:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:22:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:22:50.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:22:50.934Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:23:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:23:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:23:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:23:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:23:41.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:23:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:23:50.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:23:50.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:24:41.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:24:41.384Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:24:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:24:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:24:41.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:24:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:24:50.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:24:50.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:25:41.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:25:41.384Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:25:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:25:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:25:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:25:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:25:50.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:25:50.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:41.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:26:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:26:41.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:26:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:26:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:47.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:47.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:26:47.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:26:47.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:26:47.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:47.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T06:26:47.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9076c5a-317f-48e6-9c70-5d493d86b126","serviceName":"vFW 2022-12-16 06-25-53","serviceVersion":"1.0","serviceUUID":"ffe7db4b-1624-4548-be86-ad698299016a","serviceDescription":"catalog service description","serviceInvariantUUID":"b826bc41-5edd-46b7-bfcc-12edbadbdb24","resources":[{"resourceInstanceName":"vFW 6966f23a-1f6a 0","resourceName":"vFW 6966f23a-1f6a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fd45354-f45c-4729-86c4-9a896b9f95b1","resourceInvariantUUID":"6eb4f36e-87fc-48d9-a483-db7ee4b80da3","resourceCustomizationUUID":"9b23a26a-bd71-483e-9e85-d14d3ced1496","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ1MzY4MTg3MWY2OWE4YWE1NzlmNTg2ZjA2NjNhMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61f63ef8-ef86-466a-b84f-b357dede1d84","artifactVersion":"1"},{"artifactName":"vfw6966f23a1f6a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json","artifactChecksum":"YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dafacf2e-b69d-4f64-b395-fae49244a26d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4c711c2-0628-4403-a78d-866e5d24e937","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRhNDgxNDMwOTgyNDIzMDdhN2NjYzA1Mzk0NDFhYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c7c9235-e2a9-45a7-a52c-8f22be692c16","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"be263662-81d9-4749-943d-348a8cb23bc1","artifactVersion":"2","generatedFromUUID":"e4c711c2-0628-4403-a78d-866e5d24e937"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221216062553-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml","artifactChecksum":"ZjRhNDMzMzE2NmMzNjEzZDk3ZmJjYTUzOTI5MDY1Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f7af881-df6c-4b37-8688-a44f10e9054a","artifactVersion":"1"},{"artifactName":"service-Vfw20221216062553-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar","artifactChecksum":"MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:26:47.497Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:47.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:47.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:47.524Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:26:47.624Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-16T06:26:47.629Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:47.630Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:47.643Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:47.644Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:48.535Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:48.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:48.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:48.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:26:48.640Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:48.642Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:48.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:48.653Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:48.653Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:49.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:49.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:49.544Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:49.544Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:26:49.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:49.645Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:49.646Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:49.672Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:49.673Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:50.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:50.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:50.549Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:50.549Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:26:50.649Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:50.650Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:50.650Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:50.664Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:50.665Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:51.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:51.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:51.554Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:51.554Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-16T06:26:51.654Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:51.655Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:51.656Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:51.671Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:51.672Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:52.555Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:52.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:52.559Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:52.559Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:26:52.659Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:52.660Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:52.660Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:52.671Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:52.672Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:53.560Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:53.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:53.565Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:53.565Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:26:53.665Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:53.666Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:53.666Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:53.678Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:53.679Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:54.567Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "serviceName": "vFW 2022-12-16 06-25-53",
  "serviceVersion": "1.0",
  "serviceUUID": "ffe7db4b-1624-4548-be86-ad698299016a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b826bc41-5edd-46b7-bfcc-12edbadbdb24",
  "resources": [
    {
      "resourceInstanceName": "vFW 6966f23a-1f6a 0",
      "resourceCustomizationUUID": "9b23a26a-bd71-483e-9e85-d14d3ced1496",
      "resourceName": "vFW 6966f23a-1f6a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6fd45354-f45c-4729-86c4-9a896b9f95b1",
      "resourceInvariantUUID": "6eb4f36e-87fc-48d9-a483-db7ee4b80da3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6966f23a1f6a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
          "artifactChecksum": "YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dafacf2e-b69d-4f64-b395-fae49244a26d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e4c711c2-0628-4403-a78d-866e5d24e937",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "be263662-81d9-4749-943d-348a8cb23bc1",
            "generatedFromUUID": "e4c711c2-0628-4403-a78d-866e5d24e937"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "be263662-81d9-4749-943d-348a8cb23bc1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221216062553-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
      "artifactChecksum": "MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:26:54.569Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:26:54.569Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffe7db4b-1624-4548-be86-ad698299016a ASDC
2022-12-16T06:26:54.712Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e9076c5a-317f-48e6-9c70-5d493d86b126
ServiceName:vFW 2022-12-16 06-25-53
ServiceVersion:1.0
ServiceUUID:ffe7db4b-1624-4548-be86-ad698299016a
ServiceInvariantUUID:b826bc41-5edd-46b7-bfcc-12edbadbdb24
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221216062553-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
ArtifactUUID:2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3
ArtifactChecksum:MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6966f23a-1f6a 0
ResourceCustomizationUUID:9b23a26a-bd71-483e-9e85-d14d3ced1496
ResourceInvariantUUID:6eb4f36e-87fc-48d9-a483-db7ee4b80da3
ResourceName:vFW 6966f23a-1f6a
ResourceType:VF
ResourceUUID:6fd45354-f45c-4729-86c4-9a896b9f95b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6966f23a1f6a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
ArtifactUUID:dafacf2e-b69d-4f64-b395-fae49244a26d
ArtifactChecksum:YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM=
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
ArtifactUUID:e4c711c2-0628-4403-a78d-866e5d24e937
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
ArtifactUUID:be263662-81d9-4749-943d-348a8cb23bc1
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
ArtifactUUID:be263662-81d9-4749-943d-348a8cb23bc1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T06:26:54.712Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffe7db4b-1624-4548-be86-ad698299016a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:26:54.980Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:26:54.981Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:54.983Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:54.984Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:54.984Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:26:54.986Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:55.089Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:26:55.109Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3 101501
2022-12-16T06:26:55.111Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar ASDC sendASDCNotification
2022-12-16T06:26:55.111Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:55.112Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:26:55.113Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:55.115Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:55.115Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172015109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:26:55.215Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:55.216Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:26:55.217Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:55.234Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:26:55.234Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:56.116Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:26:56.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:56.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3, URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar to file: /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.118Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.224Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.225Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:57.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18399672890700125398/Definitions/service-Vfw20221216062553-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-16T06:27:00.972Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6966f23a-1f6a 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-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.980Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:27:00.986Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:00.988Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:00.993Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:00.994Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:27:00.996Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:27:01.000Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.000Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.002Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.006Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.007Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.007Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:27:01.012Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.012Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2d653c0-d8ac-4ab8-b075-6882072aa7cf
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=691362f9-65a8-4c94-8d21-0b4dd7363501
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-16 06-25-53
Description:catalog service description
Model UUID:ffe7db4b-1624-4548-be86-ad698299016a
Model Version:NULL
Model InvariantUuid:b826bc41-5edd-46b7-bfcc-12edbadbdb24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6966f23a-1f6a
Model UUID:d85b875b-9527-4aa8-9d55-2f8bf3af3ba0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6eb4f36e-87fc-48d9-a483-db7ee4b80da3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b23a26a-bd71-483e-9e85-d14d3ced1496
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
ModelName:Vfw6966f23a1f6a..base_vfw..module-0
ModelUuid:96fd9e39-2fbf-48a9-a3be-65eb44dee087
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c2d653c0-d8ac-4ab8-b075-6882072aa7cf
ModelInvariantUuid:8cc9922f-4d07-49a2-a951-51186e05591e
ModelName:vFW 6966f23a-1f6a-nodes.vfwCvfc
ModelUuid:af9988bb-d1a2-4a59-ae1d-bd2ce2978b77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39dfd724-3c97-4b8b-bf9c-910cd4ce1b2b
ModelInvariantUuid:ab9db60a-c94b-4621-9660-0621bd82d719
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vfw
ModelUuid:aa45f131-347c-441a-8ea6-da64cd6c3c1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
ModelInvariantUuid:b0251067-59b9-4917-9940-acd0a40c428c
ModelName:vFW 6966f23a-1f6a-nodes.vsnCvfc
ModelUuid:61f20c66-de48-4571-adbe-46ccb5e09100
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:66645fd5-4964-4366-84d4-7d60eb19c814
ModelInvariantUuid:a2e92a7b-2afb-43b5-b0a4-fc0c70ecbe9b
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vsn
ModelUuid:a6e85608-bffc-46a6-8e82-fdcf735808e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:691362f9-65a8-4c94-8d21-0b4dd7363501
ModelInvariantUuid:a49509b4-553e-4f4b-88a8-b25a15182110
ModelName:vFW 6966f23a-1f6a-nodes.vpgCvfc
ModelUuid:efdf01d9-2603-454e-8054-0498ee417b7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:79e9a445-81c1-4f68-9ac9-37b838b67fe6
ModelInvariantUuid:e7a047af-a38a-49ff-84c1-fb5d842470a5
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vpg
ModelUuid:768642df-2c40-459c-a96d-f2a58acae990
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T06:27:01.055Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fd45354-f45c-4729-86c4-9a896b9f95b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:27:01.156Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||vFW 6966f23a-1f6a 0
2022-12-16T06:27:01.163Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fd45354-f45c-4729-86c4-9a896b9f95b1
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dafacf2e-b69d-4f64-b395-fae49244a26d from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.245Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:01.246Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json dafacf2e-b69d-4f64-b395-fae49244a26d 785
2022-12-16T06:27:01.246Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json ASDC sendASDCNotification
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:01.250Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:01.250Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172021246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:27:01.350Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:01.352Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:01.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:01.376Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:01.377Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:02.252Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6966f23a1f6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7971ff14-691e-4f03-bc71-be1d1a7e5f2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96fd9e39-2fbf-48a9-a3be-65eb44dee087",
    "vfModuleModelCustomizationUUID": "43785137-cceb-4d2b-b2ee-bcfa63e3d02d",
    "isBase": true,
    "artifacts": [
      "e4c711c2-0628-4403-a78d-866e5d24e937",
      "be263662-81d9-4749-943d-348a8cb23bc1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:27:02.272Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6966f23a1f6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96fd9e39-2fbf-48a9-a3be-65eb44dee087
VfModuleModelInvariantUUID:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4c711c2-0628-4403-a78d-866e5d24e937
,
be263662-81d9-4749-943d-348a8cb23bc1

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

isBase:true


}

2022-12-16T06:27:02.276Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6966f23a1f6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7971ff14-691e-4f03-bc71-be1d1a7e5f2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96fd9e39-2fbf-48a9-a3be-65eb44dee087",
    "vfModuleModelCustomizationUUID": "43785137-cceb-4d2b-b2ee-bcfa63e3d02d",
    "isBase": true,
    "artifacts": [
      "e4c711c2-0628-4403-a78d-866e5d24e937",
      "be263662-81d9-4749-943d-348a8cb23bc1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6966f23a1f6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96fd9e39-2fbf-48a9-a3be-65eb44dee087
VfModuleModelInvariantUUID:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4c711c2-0628-4403-a78d-866e5d24e937
,
be263662-81d9-4749-943d-348a8cb23bc1

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

isBase:true


}

2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4c711c2-0628-4403-a78d-866e5d24e937 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.436Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:02.437Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml e4c711c2-0628-4403-a78d-866e5d24e937 20368
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:02.439Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:02.441Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:02.441Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172022438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:27:02.541Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:02.543Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:02.543Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:02.556Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:02.557Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:03.442Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be263662-81d9-4749-943d-348a8cb23bc1 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.443Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:03.444Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.495Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env be263662-81d9-4749-943d-348a8cb23bc1 2098
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.497Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:03.497Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:03.500Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:03.500Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172023496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:27:03.600Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:03.602Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:03.602Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:03.613Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:03.614Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:04.501Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ffe7db4b-1624-4548-be86-ad698299016a
2022-12-16T06:27:04.502Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6966f23a-1f6a 0 6fd45354-f45c-4729-86c4-9a896b9f95b1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:27:04.548Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22501f83, org.onap.sdc.toscaparser.api.parameters.Input@16abbcaa, org.onap.sdc.toscaparser.api.parameters.Input@30769575, org.onap.sdc.toscaparser.api.parameters.Input@12fb13d9, org.onap.sdc.toscaparser.api.parameters.Input@3075ba02]
2022-12-16T06:27:04.554Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.555Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9b23a26a-bd71-483e-9e85-d14d3ced1496
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496 matches Tosca VF Customization UUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T06:27:04.566Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.566Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9b23a26a-bd71-483e-9e85-d14d3ced1496: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7303818f
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.570Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:27:04.571Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43785137-cceb-4d2b-b2ee-bcfa63e3d02d
2022-12-16T06:27:04.572Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43785137-cceb-4d2b-b2ee-bcfa63e3d02d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T06:27:04.582Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.583Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.584Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:04.589Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.589Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2d653c0-d8ac-4ab8-b075-6882072aa7cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:27:04.599Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.600Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.600Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:04.605Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.605Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:27:04.608Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.609Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.609Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.615Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T06:27:04.615Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=691362f9-65a8-4c94-8d21-0b4dd7363501
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.619Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.619Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=9b23a26a-bd71-483e-9e85-d14d3ced1496
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:27:04.621Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ffe7db4b-1624-4548-be86-ad698299016a: vFW 6966f23a-1f6a
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.623Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.623Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:27:04.626Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.626Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-16 06-25-53 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:27:04.938Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6966f23a-1f6a 6fd45354-f45c-4729-86c4-9a896b9f95b1 1 ASDC deployResourceStructure
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json ASDC sendASDCNotification
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:04.940Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:04.942Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:04.942Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172024939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:27:05.042Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:05.043Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:05.043Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:05.056Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:05.057Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:05.945Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:05.948Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:05.948Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172025943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:27:06.048Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:06.049Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:06.050Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:06.065Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:06.066Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:06.949Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:06.952Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:06.952Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172026949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:27:07.053Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:07.054Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:07.054Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:07.065Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:07.066Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar ASDC sendASDCNotification
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:07.955Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:07.957Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:07.958Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172027954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:27:08.058Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:08.059Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:27:08.059Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:08.070Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:08.071Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:08.959Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:27:08.995Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:27:38.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:27:39.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:27:39.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:27:39.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:27:39.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:27:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:27:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:27:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:41.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:27:41.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:27:41.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:27:41.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:28:09.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:28:09.036Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:28:39.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:28:39.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:28:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:28:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:28:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:28:41.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:09.055Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:29:09.070Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:29:39.073Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:29:39.089Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:29:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:29:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:29:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:29:41.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:29:41.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172006901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671171965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671171989067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172003705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172004425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172001383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172015044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172015162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172014221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172015965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172016129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172015251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:41.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:41.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172015109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172017207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172018316,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.018Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.018Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172019319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172021403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172022408,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.038Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.039Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172021246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172022438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172023496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172024939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172025943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172026949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172027954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172032399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172033404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.070Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172034410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172016257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172020323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172026612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172034425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172047247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172047315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172046362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172048212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172047370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172048314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172049372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172050600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172050403,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.154Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172051604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.177Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:29:42.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172051405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172055176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172056179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:29:42.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:30:09.095Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:30:09.114Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:30:09.122Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:30:09.123Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:30:09.133Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:30:39.134Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T06:30:39.145Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9076c5a-317f-48e6-9c70-5d493d86b126 and serviceModelVersionId: ffe7db4b-1624-4548-be86-ad698299016a
2022-12-16T06:30:39.146Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b826bc41-5edd-46b7-bfcc-12edbadbdb24
2022-12-16T06:30:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:30:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:30:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:30:50.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:30:55.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0
2022-12-16T06:30:55.378Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:30:55.975Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T06:30:55.981Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|INFO|500||Invoke
2022-12-16T06:30:56.159Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T06:30:56.377Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|INFO|500||InvokeReturn
2022-12-16T06:30:56.379Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:30:57 GMT], content-length=[0], vertex-id=[372848], x-aai-txid=[1-aai-resources-221216-06:30:57:238-90677], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:30:56.379Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:30:56.383Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:30:56.384Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:30:56.389Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:30:56.390Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9076c5a-317f-48e6-9c70-5d493d86b126 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:30:56.392Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:30:56.392Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:30:56.395Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:30:56.395Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172256391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:30:56.495Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:30:56.497Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:30:56.497Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:30:56.509Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:30:56.510Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:30:57.413Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:30:57.414Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:30:57.414Z|e9076c5a-317f-48e6-9c70-5d493d86b126|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:03.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:03.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T06:31:03.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"66175205-c0f4-4f91-95bf-31255c866814","serviceName":"basic_onboard_XncPSK","serviceVersion":"1.0","serviceUUID":"eb010dc9-9ab8-4b1f-be25-c0ed18ab4908","serviceDescription":"service","serviceInvariantUUID":"c2ba1d86-4c8a-46e6-9b01-888d47f707ae","resources":[{"resourceInstanceName":"basic_onboard_XncPSK 0","resourceName":"basic_onboard_XncPSK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2887a44-e93b-4637-a2ef-e02d10914bdf","resourceInvariantUUID":"8ac4d0fb-9958-4017-9371-0fbef04fb079","resourceCustomizationUUID":"4bccb5ae-45a0-47f4-bf61-b51794937368","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml","artifactChecksum":"N2JlMjNjOWE4YmE0OGRiMGNkZTVhNzkzZjk2YWUwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bc503d-ade6-41af-9b79-f2a90e5ba193","artifactVersion":"1"},{"artifactName":"basic_onboard_xncpsk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json","artifactChecksum":"ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f96099f-2a50-4096-8d15-dde72f11ef4f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c4bec72-f08e-4f1c-821c-3e4087195b40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"515e33f3-0072-484c-a991-ea7b741b9fd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f75a7010-2675-49ed-9e4d-e142124731b5","artifactVersion":"2","generatedFromUUID":"5c4bec72-f08e-4f1c-821c-3e4087195b40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXncpsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml","artifactChecksum":"NjZiMjQyOWVkODM5MjVkYzg1M2RkODgwZTBlNGEyOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3c579e2-0d2c-412a-8fbf-9b0a2b7a8230","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXncpsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar","artifactChecksum":"MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1d7540d-4f7d-4670-bfed-27c9534d7346","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:31:03.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:03.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:03.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:03.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:03.130Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:03.131Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:03.131Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:03.144Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:03.144Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:04.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:04.032Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:04.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:04.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:31:04.135Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:04.136Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:04.136Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:04.150Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:04.150Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:05.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:05.036Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:05.038Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:05.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:31:05.138Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:31:05.141Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:05.141Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:05.153Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:05.154Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:06.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:06.040Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:06.043Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:06.043Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:06.144Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:06.145Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:06.145Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:06.157Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:06.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:07.044Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:07.045Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:07.047Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:07.047Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-16T06:31:07.147Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:07.149Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:07.149Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:07.165Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:07.166Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:08.048Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:08.049Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:08.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:08.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:08.152Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:08.153Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:08.153Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:08.165Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:08.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:31:09.052Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:09.053Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:09.056Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:09.056Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:31:09.156Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:09.157Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:09.157Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:09.168Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:09.169Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:10.057Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "serviceName": "basic_onboard_XncPSK",
  "serviceVersion": "1.0",
  "serviceUUID": "eb010dc9-9ab8-4b1f-be25-c0ed18ab4908",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2ba1d86-4c8a-46e6-9b01-888d47f707ae",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_XncPSK 0",
      "resourceCustomizationUUID": "4bccb5ae-45a0-47f4-bf61-b51794937368",
      "resourceName": "basic_onboard_XncPSK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b2887a44-e93b-4637-a2ef-e02d10914bdf",
      "resourceInvariantUUID": "8ac4d0fb-9958-4017-9371-0fbef04fb079",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xncpsk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
          "artifactChecksum": "ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f96099f-2a50-4096-8d15-dde72f11ef4f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c4bec72-f08e-4f1c-821c-3e4087195b40",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f75a7010-2675-49ed-9e4d-e142124731b5",
            "generatedFromUUID": "5c4bec72-f08e-4f1c-821c-3e4087195b40"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f75a7010-2675-49ed-9e4d-e142124731b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXncpsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
      "artifactChecksum": "MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a1d7540d-4f7d-4670-bfed-27c9534d7346"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:31:10.058Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:31:10.058Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb010dc9-9ab8-4b1f-be25-c0ed18ab4908 ASDC
2022-12-16T06:31:10.058Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:66175205-c0f4-4f91-95bf-31255c866814
ServiceName:basic_onboard_XncPSK
ServiceVersion:1.0
ServiceUUID:eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
ServiceInvariantUUID:c2ba1d86-4c8a-46e6-9b01-888d47f707ae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXncpsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
ArtifactUUID:a1d7540d-4f7d-4670-bfed-27c9534d7346
ArtifactChecksum:MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XncPSK 0
ResourceCustomizationUUID:4bccb5ae-45a0-47f4-bf61-b51794937368
ResourceInvariantUUID:8ac4d0fb-9958-4017-9371-0fbef04fb079
ResourceName:basic_onboard_XncPSK
ResourceType:VF
ResourceUUID:b2887a44-e93b-4637-a2ef-e02d10914bdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xncpsk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
ArtifactUUID:8f96099f-2a50-4096-8d15-dde72f11ef4f
ArtifactChecksum:ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI=
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5c4bec72-f08e-4f1c-821c-3e4087195b40
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
ArtifactUUID:f75a7010-2675-49ed-9e4d-e142124731b5
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
ArtifactUUID:f75a7010-2675-49ed-9e4d-e142124731b5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T06:31:10.059Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb010dc9-9ab8-4b1f-be25-c0ed18ab4908 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:31:10.103Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1d7540d-4f7d-4670-bfed-27c9534d7346 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.105Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:10.105Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.263Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar a1d7540d-4f7d-4670-bfed-27c9534d7346 75684
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar ASDC sendASDCNotification
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:10.268Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:10.270Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:10.270Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172270267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:10.371Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:10.372Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:10.372Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:10.389Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:10.389Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:11.271Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a1d7540d-4f7d-4670-bfed-27c9534d7346, URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar to file: /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.274Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.274Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.430Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10044524545673420068/Definitions/service-BasicOnboardXncpsk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-16T06:31:12.997Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:31:12.997Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XncPSK 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-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=21c51055-8e7a-47a2-9e7b-50d361ff4cf9
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.008Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_XncPSK
Description:service
Model UUID:eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
Model Version:NULL
Model InvariantUuid:c2ba1d86-4c8a-46e6-9b01-888d47f707ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_XncPSK
Model UUID:1ec2519a-3989-4f66-9035-014ee3f7d207
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ac4d0fb-9958-4017-9371-0fbef04fb079
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4bccb5ae-45a0-47f4-bf61-b51794937368
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:428c8165-15cb-401e-b6f3-ee40a7a78b23
ModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
ModelUuid:617ed6ee-ff69-4dda-ad72-a68907e1a45b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:21c51055-8e7a-47a2-9e7b-50d361ff4cf9
ModelInvariantUuid:e61caee0-4591-49d9-8a36-362e4dc1f8a8
ModelName:basic_onboard_XncPSK-nodes.ubuntu18Cvfc
ModelUuid:f7f0b6df-21b5-4510-a471-735f63279f9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:38abc126-2733-456e-9c47-014127e57827
ModelInvariantUuid:ceaf25fb-8518-4ac1-a9ee-13ce52f0b9fb
ModelName:BasicOnboardXncpsk.compute.nodes.heat.ubuntu18
ModelUuid:032b6519-9b98-441e-b297-cdcc88043aa9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T06:31:13.015Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b2887a44-e93b-4637-a2ef-e02d10914bdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||basic_onboard_XncPSK 0
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2887a44-e93b-4637-a2ef-e02d10914bdf
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f96099f-2a50-4096-8d15-dde72f11ef4f from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:13.019Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.072Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json 8f96099f-2a50-4096-8d15-dde72f11ef4f 798
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json ASDC sendASDCNotification
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:13.074Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:13.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:13.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172273073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:13.176Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:13.178Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:13.178Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:13.191Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:13.192Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:14.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXncpsk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "428c8165-15cb-401e-b6f3-ee40a7a78b23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "617ed6ee-ff69-4dda-ad72-a68907e1a45b",
    "vfModuleModelCustomizationUUID": "c3b35ee8-7521-408d-96ab-c382bde623ce",
    "isBase": true,
    "artifacts": [
      "5c4bec72-f08e-4f1c-821c-3e4087195b40",
      "f75a7010-2675-49ed-9e4d-e142124731b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:31:14.081Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617ed6ee-ff69-4dda-ad72-a68907e1a45b
VfModuleModelInvariantUUID:428c8165-15cb-401e-b6f3-ee40a7a78b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c4bec72-f08e-4f1c-821c-3e4087195b40
,
f75a7010-2675-49ed-9e4d-e142124731b5

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

isBase:true


}

2022-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXncpsk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "428c8165-15cb-401e-b6f3-ee40a7a78b23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "617ed6ee-ff69-4dda-ad72-a68907e1a45b",
    "vfModuleModelCustomizationUUID": "c3b35ee8-7521-408d-96ab-c382bde623ce",
    "isBase": true,
    "artifacts": [
      "5c4bec72-f08e-4f1c-821c-3e4087195b40",
      "f75a7010-2675-49ed-9e4d-e142124731b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617ed6ee-ff69-4dda-ad72-a68907e1a45b
VfModuleModelInvariantUUID:428c8165-15cb-401e-b6f3-ee40a7a78b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c4bec72-f08e-4f1c-821c-3e4087195b40
,
f75a7010-2675-49ed-9e4d-e142124731b5

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

isBase:true


}

2022-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5c4bec72-f08e-4f1c-821c-3e4087195b40 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.084Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:14.084Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.142Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml 5c4bec72-f08e-4f1c-821c-3e4087195b40 5033
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.144Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:14.144Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:14.146Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:14.146Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172274143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:14.247Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:14.248Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:14.248Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:14.261Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:14.262Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:15.147Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f75a7010-2675-49ed-9e4d-e142124731b5 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.148Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:15.148Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.200Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env f75a7010-2675-49ed-9e4d-e142124731b5 909
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:15.211Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:15.212Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172275201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:15.304Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-16T06:31:15.306Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:15.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:15.339Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:15.341Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:16.213Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
2022-12-16T06:31:16.214Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XncPSK 0 b2887a44-e93b-4637-a2ef-e02d10914bdf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:31:16.227Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@341bb14, org.onap.sdc.toscaparser.api.parameters.Input@925dc0b, org.onap.sdc.toscaparser.api.parameters.Input@193b91ba, org.onap.sdc.toscaparser.api.parameters.Input@1628314d, org.onap.sdc.toscaparser.api.parameters.Input@183fa187]
2022-12-16T06:31:16.229Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4bccb5ae-45a0-47f4-bf61-b51794937368
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bccb5ae-45a0-47f4-bf61-b51794937368 matches Tosca VF Customization UUID: 4bccb5ae-45a0-47f4-bf61-b51794937368
2022-12-16T06:31:16.231Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4bccb5ae-45a0-47f4-bf61-b51794937368  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T06:31:16.233Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.234Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4bccb5ae-45a0-47f4-bf61-b51794937368: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d5bf74e
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:31:16.236Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3b35ee8-7521-408d-96ab-c382bde623ce
2022-12-16T06:31:16.236Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3b35ee8-7521-408d-96ab-c382bde623ce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T06:31:16.238Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:16.241Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=21c51055-8e7a-47a2-9e7b-50d361ff4cf9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=4bccb5ae-45a0-47f4-bf61-b51794937368
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eb010dc9-9ab8-4b1f-be25-c0ed18ab4908: basic_onboard_XncPSK
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.247Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.247Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:31:16.249Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.249Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_XncPSK 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:31:16.347Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XncPSK b2887a44-e93b-4637-a2ef-e02d10914bdf 1 ASDC deployResourceStructure
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json ASDC sendASDCNotification
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:16.350Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:16.351Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172276348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:16.451Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:16.452Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:16.452Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:16.468Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:16.468Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:17.355Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:17.355Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172277352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:17.457Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:17.458Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:17.458Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:17.470Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:17.470Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:18.359Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:18.359Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172278356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:18.460Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:18.461Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:18.461Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:18.476Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:18.477Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:19.360Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar ASDC sendASDCNotification
2022-12-16T06:31:19.361Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:19.361Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:19.362Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:19.365Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:19.366Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172279360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:19.466Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:19.467Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:19.467Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:19.485Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:19.485Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:20.367Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:31:20.380Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:31:20.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:31:20.395Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:31:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:31:41.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:31:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:42.015Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:42.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172256391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172257413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172270267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172273073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172274143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172275201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172276348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172277352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:42.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172278356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172279360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:50.395Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T06:31:50.402Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66175205-c0f4-4f91-95bf-31255c866814 and serviceModelVersionId: eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
2022-12-16T06:31:50.403Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2ba1d86-4c8a-46e6-9b01-888d47f707ae
2022-12-16T06:31:50.403Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0
2022-12-16T06:31:50.408Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:31:50.460Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T06:31:50.462Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|INFO|500||Invoke
2022-12-16T06:31:50.487Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T06:31:50.645Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|INFO|500||InvokeReturn
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:31:51 GMT], content-length=[0], vertex-id=[602240], x-aai-txid=[0-aai-resources-221216-06:31:51:566-20142], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:31:50.652Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66175205-c0f4-4f91-95bf-31255c866814 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:50.656Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:50.656Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172310653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:31:50.756Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:50.758Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:31:50.758Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:50.777Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:31:50.777Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:31:51.670Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:31:51.671Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:31:51.671Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:01.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:32:01.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:01.242Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:32:01.242Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:10.792Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:32:10.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:10.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:32:10.793Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:20.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:32:20.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:20.348Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:32:20.348Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:29.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:32:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:32:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:41.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:32:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:42.034Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:32:42.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:32:42.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172310653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:32:42.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:32:50.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:33:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:33:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:33:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:33:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:33:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:33:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:33:50.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:33:50.984Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:34:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:34:41.385Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:34:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:34:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:34:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:34:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:34:50.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:34:50.950Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:35:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:35:41.385Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:35:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:35:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:35:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:35:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:35:50.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:35:50.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:36:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:36:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:36:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:36:41.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:36:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:36:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:36:50.943Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:36:50.945Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:37:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:37:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:37:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:37:41.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:37:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:37:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:37:50.928Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:37:50.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:38:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:38:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:38:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:38:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:38:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:38:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:38:50.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:38:50.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:39:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:39:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:39:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:39:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:39:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:39:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:39:50.938Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:39:50.951Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:40:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:40:41.384Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:40:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:40:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:40:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:40:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:40:50.940Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:40:50.941Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:41:41.384Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:41:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:41:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:41:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:42.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:42.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"61501270-1233-4965-947c-ea9235c1dbef","serviceDescription":"service","serviceInvariantUUID":"9b85c044-f656-4fff-8fdd-72586576f1d7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"024eccd1-6f85-484b-b248-b7e142f4aaa1","resourceInvariantUUID":"91d558ef-7252-4eda-9304-3e5c18000b94","resourceCustomizationUUID":"b83fbcfe-5160-44fb-af4d-ecc72d53c799","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":"NDUyNmRiN2FiZWMyNDI2NzYwMWYzZDVjNDg2ZWVhMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6b1c13a-cda4-43d3-aa9d-1db2cd2acaf6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3721f9ed-7223-4b76-9526-ec24d697cc00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:41:42.019Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:42.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:41:42.024Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:42.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172828406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172862442,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172866679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:42.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172901383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172828406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172862442,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172866679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172870213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172871217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:41:42.073Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:41:42.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172873706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172873706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172874425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172875837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172874425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172877202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172878908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172879912,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:41:42.109Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.109Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:41:42.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172880424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172881429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:41:42.127Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-16T06:41:42.128Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:41:42.129Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:42.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:41:42.149Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:42.149Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:43.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:41:43.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:43.033Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:43.034Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172901383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:41:43.134Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:41:43.135Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:41:43.135Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:43.146Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:43.147Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:44.037Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "61501270-1233-4965-947c-ea9235c1dbef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b85c044-f656-4fff-8fdd-72586576f1d7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b83fbcfe-5160-44fb-af4d-ecc72d53c799",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "024eccd1-6f85-484b-b248-b7e142f4aaa1",
      "resourceInvariantUUID": "91d558ef-7252-4eda-9304-3e5c18000b94",
      "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": "MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3721f9ed-7223-4b76-9526-ec24d697cc00"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:41:44.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:41:44.038Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61501270-1233-4965-947c-ea9235c1dbef ASDC
2022-12-16T06:41:44.039Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:61501270-1233-4965-947c-ea9235c1dbef
ServiceInvariantUUID:9b85c044-f656-4fff-8fdd-72586576f1d7
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:3721f9ed-7223-4b76-9526-ec24d697cc00
ArtifactChecksum:MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b83fbcfe-5160-44fb-af4d-ecc72d53c799
ResourceInvariantUUID:91d558ef-7252-4eda-9304-3e5c18000b94
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:024eccd1-6f85-484b-b248-b7e142f4aaa1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-16T06:41:44.040Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61501270-1233-4965-947c-ea9235c1dbef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:41:44.072Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3721f9ed-7223-4b76-9526-ec24d697cc00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T06:41:44.075Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:41:44.075Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T06:41:44.158Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:41:44.161Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3721f9ed-7223-4b76-9526-ec24d697cc00 57790
2022-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:41:44.163Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:44.165Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:44.165Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172904162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:41:44.265Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:41:44.267Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:41:44.267Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:44.278Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:41:44.279Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:45.166Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3721f9ed-7223-4b76-9526-ec24d697cc00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-16T06:41:45.168Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.168Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.322Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13955350956767502405/Definitions/service-BasicNetwork-template.yml
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:61501270-1233-4965-947c-ea9235c1dbef
Model Version:NULL
Model InvariantUuid:9b85c044-f656-4fff-8fdd-72586576f1d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:91d558ef-7252-4eda-9304-3e5c18000b94
Model UUID:34470601-86f3-4953-9306-eedac2226c3c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b83fbcfe-5160-44fb-af4d-ecc72d53c799
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2022-12-16T06:42:17.381Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0|INFO|500||InvokeReturn
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:42:18 GMT], content-length=[0], vertex-id=[626816], x-aai-txid=[1-aai-resources-221216-06:42:18:323-46333], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:42:17.397Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:17.399Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:17.399Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172937396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:42:17.499Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:17.500Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:17.501Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:17.515Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:17.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:42:41.386Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:42:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:42:41.390Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:42:41.390Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:42:41.390Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:41.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:41.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T06:42:41.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172901383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:41.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:42:42.016Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:42.018Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:42:42.019Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f06f8058-1244-43a2-923c-4de2eacec5b6","serviceName":"Demo_pNF_4qEvfDg8PxAyWysF0dLh","serviceVersion":"1.0","serviceUUID":"f724e439-351c-4b21-a46d-d07bb058c6ee","serviceDescription":"catalog service description","serviceInvariantUUID":"ff9ac397-4873-4f39-b451-2f4e3a1debda","resources":[{"resourceInstanceName":"pNF f5d2c086-46ad 0","resourceName":"pNF f5d2c086-46ad","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e70045ae-1da2-4be2-b632-4b07d77d98b1","resourceInvariantUUID":"7784dfdb-db2d-46f4-be9a-d4b01c11d692","resourceCustomizationUUID":"d8b23aaf-4275-4ac3-a92d-cd1a0505b571","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml","artifactChecksum":"NWM1MzNjMTY2ZDY3ZGJhZjM4YjJiYjdjYmEwNzkyMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08a55955-6fda-40b3-a11d-bf2cab533ab4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar","artifactChecksum":"MDZhOTk2Y2Y2YjhlYTFjOGY0NTgwMTE2NjdiNDhiYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7db70d27-bf2d-4f5f-a6c6-73619f158340","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f4fa545-e53b-4653-bd7a-a6aba65515e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGYyZTJjNmE4Mzk3Y2M5OTlmYzFhOWVjMGZkNGJjODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e99a8c53-820a-495d-b228-f5052070e248","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8c31324-7414-433f-b298-30d7a1feb829","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cda85b9b-3181-4523-839b-8fd97fc7ca04","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml","artifactChecksum":"ODI0YmIzZjE4YzNmZGM5ZDE2ZjNlMWQ1YmI2ZWRlODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e47e3d4e-61a2-4fc4-8fa8-70b892315edd","artifactVersion":"1"},{"artifactName":"service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar","artifactChecksum":"MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"894a087f-a4dd-4451-b711-08dd8e8db783","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:42:42.022Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:42.022Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:42.027Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:42.027Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:42.128Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:42:42.129Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:42.129Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:42.141Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:42.141Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:43.028Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:43.029Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:43.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:43.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:43.131Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:43.132Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:43.132Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:43.142Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:43.143Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:42:44.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:44.032Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:44.035Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:44.035Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:44.135Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:44.137Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:44.137Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:44.148Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:44.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:45.036Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:45.037Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:45.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:45.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:45.143Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T06:42:45.144Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:45.145Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:45.164Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:45.164Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:46.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:46.043Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:46.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:46.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:46.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:46.147Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:46.147Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:46.158Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:46.159Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:47.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:47.047Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:47.050Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:47.050Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:47.151Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:47.152Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:47.152Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:47.165Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:47.165Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:48.052Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:48.053Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:48.055Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:48.056Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:42:48.157Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:42:48.158Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:48.158Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:48.172Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:48.172Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:49.056Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:49.057Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:49.059Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:49.059Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:42:49.160Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:49.161Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:49.161Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:49.173Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:49.173Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:42:50.061Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "serviceName": "Demo_pNF_4qEvfDg8PxAyWysF0dLh",
  "serviceVersion": "1.0",
  "serviceUUID": "f724e439-351c-4b21-a46d-d07bb058c6ee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ff9ac397-4873-4f39-b451-2f4e3a1debda",
  "resources": [
    {
      "resourceInstanceName": "pNF f5d2c086-46ad 0",
      "resourceCustomizationUUID": "d8b23aaf-4275-4ac3-a92d-cd1a0505b571",
      "resourceName": "pNF f5d2c086-46ad",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e70045ae-1da2-4be2-b632-4b07d77d98b1",
      "resourceInvariantUUID": "7784dfdb-db2d-46f4-be9a-d4b01c11d692",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
      "artifactChecksum": "MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "894a087f-a4dd-4451-b711-08dd8e8db783"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:42:50.062Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:42:50.062Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f724e439-351c-4b21-a46d-d07bb058c6ee ASDC
2022-12-16T06:42:50.063Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f06f8058-1244-43a2-923c-4de2eacec5b6
ServiceName:Demo_pNF_4qEvfDg8PxAyWysF0dLh
ServiceVersion:1.0
ServiceUUID:f724e439-351c-4b21-a46d-d07bb058c6ee
ServiceInvariantUUID:ff9ac397-4873-4f39-b451-2f4e3a1debda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
ArtifactUUID:894a087f-a4dd-4451-b711-08dd8e8db783
ArtifactChecksum:MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f5d2c086-46ad 0
ResourceCustomizationUUID:d8b23aaf-4275-4ac3-a92d-cd1a0505b571
ResourceInvariantUUID:7784dfdb-db2d-46f4-be9a-d4b01c11d692
ResourceName:pNF f5d2c086-46ad
ResourceType:PNF
ResourceUUID:e70045ae-1da2-4be2-b632-4b07d77d98b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-16T06:42:50.064Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f724e439-351c-4b21-a46d-d07bb058c6ee ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:42:50.117Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:42:50.118Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 894a087f-a4dd-4451-b711-08dd8e8db783 from URL: /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:42:50.120Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.195Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar 894a087f-a4dd-4451-b711-08dd8e8db783 88023
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar ASDC sendASDCNotification
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.201Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:42:50.201Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:50.204Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:50.204Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172970200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:42:50.304Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:42:50.305Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:50.305Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:50.316Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:50.317Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:51.205Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:42:51.206Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:51.206Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 894a087f-a4dd-4451-b711-08dd8e8db783, URL: /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar to file: /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.207Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.208Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.208Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.436Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7422217622077747389/Definitions/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml
2022-12-16T06:42:52.371Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f5d2c086-46ad 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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Node template pNF f5d2c086-46ad 0 is matching search criteria
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f5d2c086-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Node template pNF f5d2c086-46ad 0 is matching search criteria
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f5d2c086-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4qEvfDg8PxAyWysF0dLh
Description:catalog service description
Model UUID:f724e439-351c-4b21-a46d-d07bb058c6ee
Model Version:NULL
Model InvariantUuid:ff9ac397-4873-4f39-b451-2f4e3a1debda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T06:42:52.382Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e70045ae-1da2-4be2-b632-4b07d77d98b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||pNF f5d2c086-46ad 0
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e70045ae-1da2-4be2-b632-4b07d77d98b1
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f724e439-351c-4b21-a46d-d07bb058c6ee
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f724e439-351c-4b21-a46d-d07bb058c6ee
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f5d2c086-46ad 0 e70045ae-1da2-4be2-b632-4b07d77d98b1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:42:52.390Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f3c991, org.onap.sdc.toscaparser.api.parameters.Input@165a11bb, org.onap.sdc.toscaparser.api.parameters.Input@61959907, org.onap.sdc.toscaparser.api.parameters.Input@3047f060, org.onap.sdc.toscaparser.api.parameters.Input@36fe08b8]
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f724e439-351c-4b21-a46d-d07bb058c6ee: pNF f5d2c086-46ad
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Processing PNF resource: e70045ae-1da2-4be2-b632-4b07d77d98b1
2022-12-16T06:42:52.392Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:42:52.392Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.392Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Resource customization UUID: d8b23aaf-4275-4ac3-a92d-cd1a0505b571 is the same as notified resource customizationUUID: d8b23aaf-4275-4ac3-a92d-cd1a0505b571
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-16T06:42:52.436Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f5d2c086-46ad e70045ae-1da2-4be2-b632-4b07d77d98b1 0 ASDC deployResourceStructure
2022-12-16T06:42:52.437Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar ASDC sendASDCNotification
2022-12-16T06:42:52.437Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.437Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:42:52.437Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:52.440Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:52.440Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172972437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:42:52.540Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:52.541Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:42:52.542Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:52.552Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:42:52.553Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:53.442Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:42:53.477Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:42:53.480Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:42:53.481Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:42:53.481Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:43:23.481Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:43:23.522Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:43:23.534Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:43:23.534Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:43:23.534Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:43:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:43:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:43:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:43:41.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:43:41.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172901383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172904162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172906039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172906614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172903705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172900992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172872219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172904425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172917599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172918588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172917668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172919488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172918604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f06f8058-1244-43a2-923c-4de2eacec5b6
2022-12-16T06:43:41.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f06f8058-1244-43a2-923c-4de2eacec5b6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172918876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.470Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172919880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.476Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f06f8058-1244-43a2-923c-4de2eacec5b6
2022-12-16T06:43:41.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f06f8058-1244-43a2-923c-4de2eacec5b6 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172921417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172922422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f06f8058-1244-43a2-923c-4de2eacec5b6
2022-12-16T06:43:41.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f06f8058-1244-43a2-923c-4de2eacec5b6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172923943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172924945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.514Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f06f8058-1244-43a2-923c-4de2eacec5b6
2022-12-16T06:43:41.514Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f06f8058-1244-43a2-923c-4de2eacec5b6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172926612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172919606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172918437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172937374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172936474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172937478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.567Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f91e243d-e5e7-4403-abf6-37da07281508
2022-12-16T06:43:41.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f91e243d-e5e7-4403-abf6-37da07281508 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172938444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172937396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:43:41.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172939493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172940530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.590Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f91e243d-e5e7-4403-abf6-37da07281508
2022-12-16T06:43:41.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f91e243d-e5e7-4403-abf6-37da07281508 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172940794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172941532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172942158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172944476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172945480,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.614Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f91e243d-e5e7-4403-abf6-37da07281508
2022-12-16T06:43:41.615Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f91e243d-e5e7-4403-abf6-37da07281508 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172948291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172947599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172949293,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.639Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f91e243d-e5e7-4403-abf6-37da07281508
2022-12-16T06:43:41.639Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f91e243d-e5e7-4403-abf6-37da07281508 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671172948603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.665Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2459d394-c500-4b66-8da8-3d9c67dd216a
2022-12-16T06:43:41.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2459d394-c500-4b66-8da8-3d9c67dd216a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172942535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172951608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172952668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172953720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172954817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172955607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671172946612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172955886,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2459d394-c500-4b66-8da8-3d9c67dd216a
2022-12-16T06:43:41.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2459d394-c500-4b66-8da8-3d9c67dd216a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671172956892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172957793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172933705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:43:41.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:43:41.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671172958798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:41.717Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2459d394-c500-4b66-8da8-3d9c67dd216a
2022-12-16T06:43:41.717Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2459d394-c500-4b66-8da8-3d9c67dd216a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:43:41.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:43:41.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172959372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:43:41.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:43:53.535Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:43:53.549Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:43:53.554Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:43:53.554Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:43:53.555Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:43:53.556Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:43:53.563Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:44:23.564Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f06f8058-1244-43a2-923c-4de2eacec5b6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T06:44:23.570Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f06f8058-1244-43a2-923c-4de2eacec5b6 and serviceModelVersionId: f724e439-351c-4b21-a46d-d07bb058c6ee
2022-12-16T06:44:23.570Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff9ac397-4873-4f39-b451-2f4e3a1debda
2022-12-16T06:44:23.571Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0
2022-12-16T06:44:23.576Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:44:23.626Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T06:44:23.629Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0|INFO|500||Invoke
2022-12-16T06:44:23.650Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T06:44:23.781Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0|INFO|500||InvokeReturn
2022-12-16T06:44:23.783Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff9ac397-4873-4f39-b451-2f4e3a1debda/model-vers/model-ver/f724e439-351c-4b21-a46d-d07bb058c6ee?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:44:24 GMT], content-length=[0], vertex-id=[151616], x-aai-txid=[2-aai-resources-221216-06:44:24:751-65227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:44:23.783Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:44:23.784Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:44:23.784Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:44:23.789Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:44:23.789Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f06f8058-1244-43a2-923c-4de2eacec5b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:44:23.790Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:44:23.790Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:23.793Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:23.793Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173063790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:44:23.893Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:23.894Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:23.895Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:23.910Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:23.912Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:44:24.811Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:44:24.811Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f91e243d-e5e7-4403-abf6-37da07281508","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2c0f814c-c3b0-4e3e-861e-0eb9d0caae20","serviceDescription":"service","serviceInvariantUUID":"61a27cbb-04d9-49da-9ea3-44e632449c34","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b1f46e4-8a34-4baf-b27d-20605b0cd257","resourceInvariantUUID":"ac6350a3-25bd-4f3d-a7b4-57e0dd69610f","resourceCustomizationUUID":"eb99e57a-a9d3-44b5-a1f4-54b799af1fb5","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":"MzFlNDgwYWY0YWE1ODNkMTE3ZmRiZWQyYmNjZDZkMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dab9ebf8-10ba-44d2-bc49-6f91f2aa9451","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":"YjU5OTNmNGRhNTczMDNkNTdjZmYwZjQxMDQ0NWQ1MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b85eea7-b8c3-4d15-944d-651b530f4f81","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":"c95b8372-9c81-4c65-8b63-dc43c45d10eb","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":"a2dbe39e-7969-4fee-969f-b12c991f096c","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":"502fe73c-face-4322-a8b6-1e71e895f582","artifactVersion":"2","generatedFromUUID":"c95b8372-9c81-4c65-8b63-dc43c45d10eb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTQwMDYwMWI3MWM0MTc1Y2Q0YjA4ZDAwOTUyMWE0OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cbdd722-3211-402f-8d15-11ba36fae178","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGJlYmExNTZkZjAyYjRlMzM0NDAzY2I3NTk0NGI2Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9950addc-07ce-4500-ad1c-3c3a539dbd92","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:44:24.812Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:24.812Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:24.815Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:24.815Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:24.915Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:24.916Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:24.916Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:24.930Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:24.930Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:25.816Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:25.817Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:25.820Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:25.820Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:44:25.920Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:25.921Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:25.921Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:25.934Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:25.935Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:26.821Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:26.822Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:26.824Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:26.825Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:44:26.925Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:26.926Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:26.926Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:26.938Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:26.939Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:44:27.826Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:27.826Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:27.828Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:27.828Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:27.929Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:27.931Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:27.931Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:27.963Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:27.963Z||pool-54-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:28.829Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:28.830Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:28.833Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:28.834Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T06:44:28.934Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:44:28.934Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:28.935Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:28.955Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:28.955Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:29.834Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:29.835Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:29.837Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:29.837Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:29.938Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:29.939Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:29.939Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:29.963Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:29.964Z||pool-56-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:30.838Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:44:30.839Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:30.842Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:30.843Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:44:30.943Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:30.944Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:30.944Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:30.958Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:30.959Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:31.846Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2c0f814c-c3b0-4e3e-861e-0eb9d0caae20",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61a27cbb-04d9-49da-9ea3-44e632449c34",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "eb99e57a-a9d3-44b5-a1f4-54b799af1fb5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b1f46e4-8a34-4baf-b27d-20605b0cd257",
      "resourceInvariantUUID": "ac6350a3-25bd-4f3d-a7b4-57e0dd69610f",
      "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": "YjU5OTNmNGRhNTczMDNkNTdjZmYwZjQxMDQ0NWQ1MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b85eea7-b8c3-4d15-944d-651b530f4f81",
          "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": "c95b8372-9c81-4c65-8b63-dc43c45d10eb",
          "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": "502fe73c-face-4322-a8b6-1e71e895f582",
            "generatedFromUUID": "c95b8372-9c81-4c65-8b63-dc43c45d10eb"
          },
          "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": "502fe73c-face-4322-a8b6-1e71e895f582",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGJlYmExNTZkZjAyYjRlMzM0NDAzY2I3NTk0NGI2Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9950addc-07ce-4500-ad1c-3c3a539dbd92"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:44:31.846Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:44:31.848Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c0f814c-c3b0-4e3e-861e-0eb9d0caae20 ASDC
2022-12-16T06:44:31.848Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f91e243d-e5e7-4403-abf6-37da07281508
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2c0f814c-c3b0-4e3e-861e-0eb9d0caae20
ServiceInvariantUUID:61a27cbb-04d9-49da-9ea3-44e632449c34
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:9950addc-07ce-4500-ad1c-3c3a539dbd92
ArtifactChecksum:MGJlYmExNTZkZjAyYjRlMzM0NDAzY2I3NTk0NGI2Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:eb99e57a-a9d3-44b5-a1f4-54b799af1fb5
ResourceInvariantUUID:ac6350a3-25bd-4f3d-a7b4-57e0dd69610f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7b1f46e4-8a34-4baf-b27d-20605b0cd257
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:7b85eea7-b8c3-4d15-944d-651b530f4f81
ArtifactChecksum:YjU5OTNmNGRhNTczMDNkNTdjZmYwZjQxMDQ0NWQ1MDA=
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:c95b8372-9c81-4c65-8b63-dc43c45d10eb
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:502fe73c-face-4322-a8b6-1e71e895f582
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:502fe73c-face-4322-a8b6-1e71e895f582
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T06:44:31.849Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c0f814c-c3b0-4e3e-861e-0eb9d0caae20 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:44:31.922Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:44:31.923Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:44:31.923Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:44:31.924Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9950addc-07ce-4500-ad1c-3c3a539dbd92 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T06:44:31.924Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:44:31.924Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T06:44:32.011Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:44:32.016Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9950addc-07ce-4500-ad1c-3c3a539dbd92 75198
2022-12-16T06:44:32.017Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-16T06:44:32.017Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T06:44:32.018Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:44:32.018Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:32.022Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:32.022Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173072017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:44:32.123Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:44:32.124Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:32.124Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:32.134Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:32.135Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:33.024Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:44:33.026Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:44:33.026Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9950addc-07ce-4500-ad1c-3c3a539dbd92, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:33.027Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-16T06:44:33.028Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:33.028Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:33.216Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14141964567996608680/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-16T06:44:34.853Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:44:34.854Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:44:34.854Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.854Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T06:44:34.854Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.854Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:44:34.855Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.856Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.856Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:34.856Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:44:34.856Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:44:34.857Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.857Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.857Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:34.857Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:44:34.857Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:44:34.858Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.858Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.858Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.858Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-16T06:44:34.858Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.859Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:44:34.860Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.860Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:34.860Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:34.860Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.861Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:34.861Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:34.861Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.862Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:34.862Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:34.862Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.862Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-16T06:44:34.863Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-16T06:44:34.863Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T06:44:34.863Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fe5e16b-5e3a-4573-928a-75dde078f92c
2022-12-16T06:44:34.863Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.864Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.864Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.864Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.864Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.864Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.865Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:34.865Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:34.865Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2c0f814c-c3b0-4e3e-861e-0eb9d0caae20
Model Version:NULL
Model InvariantUuid:61a27cbb-04d9-49da-9ea3-44e632449c34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:974a8beb-f3b1-4a62-af8e-995f73bf13b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac6350a3-25bd-4f3d-a7b4-57e0dd69610f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb99e57a-a9d3-44b5-a1f4-54b799af1fb5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f705ba41-c963-45c9-9cb2-2dd0d0f55136
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:70d46b85-40d1-4fd8-a3fd-d39503d0704b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fe5e16b-5e3a-4573-928a-75dde078f92c
ModelInvariantUuid:368e47f1-afef-4166-a752-a85f39cfbbad
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:73e875c8-f5a9-4b9b-ac3f-90de9f6cea3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:11311b50-6087-4b5b-b2f8-b6e2e1e864d9
ModelInvariantUuid:b1736fe9-ba17-40b9-9ecf-b23c2df7a6bf
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7817231c-d008-4f8d-a8a7-cb2c6f4abdde
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T06:44:34.872Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b1f46e4-8a34-4baf-b27d-20605b0cd257
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:44:34.874Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-12-16T06:44:34.875Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b1f46e4-8a34-4baf-b27d-20605b0cd257
2022-12-16T06:44:34.875Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7b85eea7-b8c3-4d15-944d-651b530f4f81 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-16T06:44:34.875Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:44:34.875Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-16T06:44:34.938Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:44:34.939Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7b85eea7-b8c3-4d15-944d-651b530f4f81 787
2022-12-16T06:44:34.939Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-16T06:44:34.939Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-16T06:44:34.939Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:44:34.940Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:34.942Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:34.942Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173074939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:44:35.042Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:35.043Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:35.043Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:35.077Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:35.078Z||pool-59-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:35.943Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f705ba41-c963-45c9-9cb2-2dd0d0f55136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70d46b85-40d1-4fd8-a3fd-d39503d0704b",
    "vfModuleModelCustomizationUUID": "3d7858ac-8bb1-41fc-b2b1-891717946023",
    "isBase": true,
    "artifacts": [
      "c95b8372-9c81-4c65-8b63-dc43c45d10eb",
      "502fe73c-face-4322-a8b6-1e71e895f582"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:44:35.948Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70d46b85-40d1-4fd8-a3fd-d39503d0704b
VfModuleModelInvariantUUID:f705ba41-c963-45c9-9cb2-2dd0d0f55136
VfModuleModelDescription:NULL
Artifacts UUID List:{
c95b8372-9c81-4c65-8b63-dc43c45d10eb
,
502fe73c-face-4322-a8b6-1e71e895f582

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

isBase:true


}

2022-12-16T06:44:35.950Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f705ba41-c963-45c9-9cb2-2dd0d0f55136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70d46b85-40d1-4fd8-a3fd-d39503d0704b",
    "vfModuleModelCustomizationUUID": "3d7858ac-8bb1-41fc-b2b1-891717946023",
    "isBase": true,
    "artifacts": [
      "c95b8372-9c81-4c65-8b63-dc43c45d10eb",
      "502fe73c-face-4322-a8b6-1e71e895f582"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:44:35.950Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70d46b85-40d1-4fd8-a3fd-d39503d0704b
VfModuleModelInvariantUUID:f705ba41-c963-45c9-9cb2-2dd0d0f55136
VfModuleModelDescription:NULL
Artifacts UUID List:{
c95b8372-9c81-4c65-8b63-dc43c45d10eb
,
502fe73c-face-4322-a8b6-1e71e895f582

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

isBase:true


}

2022-12-16T06:44:35.950Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c95b8372-9c81-4c65-8b63-dc43c45d10eb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-16T06:44:35.951Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:44:35.951Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-16T06:44:35.990Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:44:35.992Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c95b8372-9c81-4c65-8b63-dc43c45d10eb 5033
2022-12-16T06:44:35.993Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-16T06:44:35.993Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-16T06:44:35.993Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:44:35.994Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:35.997Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:35.998Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173075993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:44:36.098Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-16T06:44:36.098Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:36.099Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:36.114Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:36.115Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:36.999Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 502fe73c-face-4322-a8b6-1e71e895f582 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-16T06:44:37.000Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:44:37.000Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-16T06:44:37.049Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:44:37.050Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 502fe73c-face-4322-a8b6-1e71e895f582 903
2022-12-16T06:44:37.050Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-16T06:44:37.051Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-16T06:44:37.051Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:44:37.051Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:37.054Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:37.054Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173077050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:44:37.154Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:37.154Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:37.155Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:37.164Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:37.165Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:38.054Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2c0f814c-c3b0-4e3e-861e-0eb9d0caae20
2022-12-16T06:44:38.055Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7b1f46e4-8a34-4baf-b27d-20605b0cd257 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:44:38.067Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d36485d, org.onap.sdc.toscaparser.api.parameters.Input@527671ea, org.onap.sdc.toscaparser.api.parameters.Input@5096f1d1, org.onap.sdc.toscaparser.api.parameters.Input@560f4d13, org.onap.sdc.toscaparser.api.parameters.Input@59f4832f]
2022-12-16T06:44:38.069Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.069Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.070Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-12-16T06:44:38.070Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= eb99e57a-a9d3-44b5-a1f4-54b799af1fb5
2022-12-16T06:44:38.070Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb99e57a-a9d3-44b5-a1f4-54b799af1fb5 matches Tosca VF Customization UUID: eb99e57a-a9d3-44b5-a1f4-54b799af1fb5
2022-12-16T06:44:38.070Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: eb99e57a-a9d3-44b5-a1f4-54b799af1fb5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T06:44:38.073Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.073Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.074Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id eb99e57a-a9d3-44b5-a1f4-54b799af1fb5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:44:38.074Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73d88f5b
2022-12-16T06:44:38.074Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.074Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:44:38.075Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d7858ac-8bb1-41fc-b2b1-891717946023
2022-12-16T06:44:38.075Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d7858ac-8bb1-41fc-b2b1-891717946023
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T06:44:38.078Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.078Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:38.078Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:38.078Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.079Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:38.079Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:38.079Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.079Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-16T06:44:38.079Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-16T06:44:38.080Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T06:44:38.080Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fe5e16b-5e3a-4573-928a-75dde078f92c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:44:38.082Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.083Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:38.083Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:44:38.084Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.084Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-16T06:44:38.084Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=eb99e57a-a9d3-44b5-a1f4-54b799af1fb5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:44:38.086Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.087Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.087Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2c0f814c-c3b0-4e3e-861e-0eb9d0caae20: basic_vm
2022-12-16T06:44:38.087Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.088Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.088Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.088Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.088Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.089Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.089Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.089Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.090Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:44:38.090Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:44:38.090Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:44:38.180Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7b1f46e4-8a34-4baf-b27d-20605b0cd257 1 ASDC deployResourceStructure
2022-12-16T06:44:38.180Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-16T06:44:38.180Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-16T06:44:38.181Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:44:38.181Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:38.183Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:38.183Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173078180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:38.283Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:44:38.285Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:38.285Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:38.297Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:38.297Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:44:39.184Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-16T06:44:39.185Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-16T06:44:39.185Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:44:39.185Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:39.188Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:39.189Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173079184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:39.291Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T06:44:39.293Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:39.293Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:39.305Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:39.306Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:40.189Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-16T06:44:40.190Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-16T06:44:40.190Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:44:40.191Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:40.193Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:40.193Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173080189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:40.294Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:44:40.295Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:40.295Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:40.306Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:40.307Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:41.194Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-16T06:44:41.194Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-16T06:44:41.194Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:44:41.195Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:44:41.204Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:44:41.204Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173081194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:41.299Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-16T06:44:41.300Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:44:41.300Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:41.328Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:41.328Z||pool-65-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:44:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:44:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:44:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:44:41.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:44:41.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172966601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "aai-model-loader",
  "timestamp": 1671172967604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:44:41.432Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2459d394-c500-4b66-8da8-3d9c67dd216a
2022-12-16T06:44:41.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2459d394-c500-4b66-8da8-3d9c67dd216a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:44:41.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:44:41.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:44:41.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:44:41.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172970200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:44:41.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:44:41.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:44:41.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172972437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:44:41.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:44:42.212Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f91e243d-e5e7-4403-abf6-37da07281508
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:44:42.229Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f91e243d-e5e7-4403-abf6-37da07281508
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:44:42.236Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:44:42.237Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:44:42.248Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:45:12.249Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f91e243d-e5e7-4403-abf6-37da07281508 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T06:45:12.261Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f91e243d-e5e7-4403-abf6-37da07281508 and serviceModelVersionId: 2c0f814c-c3b0-4e3e-861e-0eb9d0caae20
2022-12-16T06:45:12.261Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61a27cbb-04d9-49da-9ea3-44e632449c34
2022-12-16T06:45:12.262Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0
2022-12-16T06:45:12.268Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:45:12.323Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0|INFO|500||Invoke
2022-12-16T06:45:12.324Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f91e243d-e5e7-4403-abf6-37da07281508], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88e9b23d-5376-484c-ac70-4b91a1e1c5bc], X-ECOMP-RequestID=[f91e243d-e5e7-4403-abf6-37da07281508], X-TransactionId=[], X-ONAP-RequestID=[f91e243d-e5e7-4403-abf6-37da07281508], Content-Type=[application/merge-patch+json]}
2022-12-16T06:45:12.345Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T06:45:12.525Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?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/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:45:13 GMT], content-length=[0], vertex-id=[659584], x-aai-txid=[1-aai-resources-221216-06:45:13:455-73398], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:45:12.525Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:45:12.526Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a27cbb-04d9-49da-9ea3-44e632449c34/model-vers/model-ver/2c0f814c-c3b0-4e3e-861e-0eb9d0caae20?depth=0|INFO|500||InvokeReturn
2022-12-16T06:45:12.526Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:45:12.526Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:45:12.536Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:45:12.536Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f91e243d-e5e7-4403-abf6-37da07281508 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:45:12.537Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:45:12.537Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:12.540Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:12.540Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173112536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:45:12.640Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:45:12.642Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:12.642Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:12.658Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:12.662Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:45:13.555Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:45:13.555Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2459d394-c500-4b66-8da8-3d9c67dd216a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8124ce8e-205b-4c4e-be6f-28ea80e382c7","serviceDescription":"service","serviceInvariantUUID":"26664df6-4fe8-49a2-950f-1d4eb5a8c178","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a12861be-8729-40af-a78c-a9de6c21d80d","resourceInvariantUUID":"f497f458-e12e-4b51-bebf-96f8d42807e6","resourceCustomizationUUID":"bd02cd8f-1ecd-4aab-95ca-210f120b9f8f","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":"OWE2NzI0M2JkNDk2ZjZhYjZlMTFkZTM1YjE5Y2RhYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18d3f784-36f7-4f59-bf8f-07787db66a1e","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":"8dd56fed-750a-40ff-81d4-85201d449378","artifactVersion":"2","generatedFromUUID":"5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6"},{"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":"5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6","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":"YWQ1ZTA3OTc5MGM0ODMwNmFiMDk3NzAwY2ZlNzFiYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7657599-6a57-4abb-9ee8-cbebf50b93d4","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":"7d83062f-1bba-4e87-a566-dc7b878faeb5","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":"b516a604-06b9-4b5b-8dc1-0d5a9492fa2f","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":"08fd9fac-f5ab-4c27-9c43-51fd5f3535ab","artifactVersion":"2","generatedFromUUID":"7d83062f-1bba-4e87-a566-dc7b878faeb5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmVlOWM3ZTdlZjdhNGE4YTQ3N2EyMzkwY2Q5YzU2NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"981b6dcc-5cc9-435a-9c4d-cdab4e9fe2e5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzU1NzI2Mjc3ZTdhYTBjZWQ5NGJiMmIxODNhZTFjYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe326deb-c43c-421a-96ce-ef3bfa17c700","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:45:13.556Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:13.556Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:13.558Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:13.558Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:13.659Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:45:13.661Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:13.661Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:13.671Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:13.672Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:14.559Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:14.559Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:14.562Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:14.562Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-16T06:45:14.662Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:45:14.663Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:14.663Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:14.678Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:14.679Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:15.563Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:15.564Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:15.567Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:15.568Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-16T06:45:15.668Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:15.669Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:15.669Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:15.683Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:15.685Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:16.568Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:16.570Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:16.573Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:16.573Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:45:16.673Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:45:16.675Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:16.675Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:16.687Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:16.691Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:17.575Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:17.575Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:17.578Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:17.578Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:45:17.678Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:17.679Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:17.679Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:17.693Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:17.694Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:18.581Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:18.582Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:18.584Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:18.584Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:18.685Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:18.686Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:18.686Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:18.699Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:18.700Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:19.586Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:19.586Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:19.592Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:19.592Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-16T06:45:19.693Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:45:19.694Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:19.694Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:19.721Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:19.721Z||pool-73-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:20.592Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:20.597Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:20.599Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:20.599Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:20.699Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:20.700Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:20.701Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:20.713Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:20.713Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:21.600Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:45:21.601Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:21.608Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:21.608Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:45:21.705Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-16T06:45:21.705Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:21.706Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:21.716Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:21.717Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:22.610Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8124ce8e-205b-4c4e-be6f-28ea80e382c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "26664df6-4fe8-49a2-950f-1d4eb5a8c178",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bd02cd8f-1ecd-4aab-95ca-210f120b9f8f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a12861be-8729-40af-a78c-a9de6c21d80d",
      "resourceInvariantUUID": "f497f458-e12e-4b51-bebf-96f8d42807e6",
      "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": "8dd56fed-750a-40ff-81d4-85201d449378",
          "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": "5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6",
          "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": "YWQ1ZTA3OTc5MGM0ODMwNmFiMDk3NzAwY2ZlNzFiYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7657599-6a57-4abb-9ee8-cbebf50b93d4",
          "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": "7d83062f-1bba-4e87-a566-dc7b878faeb5",
          "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": "08fd9fac-f5ab-4c27-9c43-51fd5f3535ab",
            "generatedFromUUID": "7d83062f-1bba-4e87-a566-dc7b878faeb5"
          },
          "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": "08fd9fac-f5ab-4c27-9c43-51fd5f3535ab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzU1NzI2Mjc3ZTdhYTBjZWQ5NGJiMmIxODNhZTFjYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe326deb-c43c-421a-96ce-ef3bfa17c700"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T06:45:22.610Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:45:22.610Z|f91e243d-e5e7-4403-abf6-37da07281508|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8124ce8e-205b-4c4e-be6f-28ea80e382c7 ASDC
2022-12-16T06:45:22.611Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2459d394-c500-4b66-8da8-3d9c67dd216a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8124ce8e-205b-4c4e-be6f-28ea80e382c7
ServiceInvariantUUID:26664df6-4fe8-49a2-950f-1d4eb5a8c178
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:fe326deb-c43c-421a-96ce-ef3bfa17c700
ArtifactChecksum:YzU1NzI2Mjc3ZTdhYTBjZWQ5NGJiMmIxODNhZTFjYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bd02cd8f-1ecd-4aab-95ca-210f120b9f8f
ResourceInvariantUUID:f497f458-e12e-4b51-bebf-96f8d42807e6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a12861be-8729-40af-a78c-a9de6c21d80d
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:8dd56fed-750a-40ff-81d4-85201d449378
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:5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6
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:b7657599-6a57-4abb-9ee8-cbebf50b93d4
ArtifactChecksum:YWQ1ZTA3OTc5MGM0ODMwNmFiMDk3NzAwY2ZlNzFiYmM=
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:7d83062f-1bba-4e87-a566-dc7b878faeb5
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:08fd9fac-f5ab-4c27-9c43-51fd5f3535ab
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:08fd9fac-f5ab-4c27-9c43-51fd5f3535ab
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T06:45:22.611Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8124ce8e-205b-4c4e-be6f-28ea80e382c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:45:22.891Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:45:22.892Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:45:22.892Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:45:22.893Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe326deb-c43c-421a-96ce-ef3bfa17c700 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-16T06:45:22.893Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:22.894Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-16T06:45:22.998Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:23.003Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fe326deb-c43c-421a-96ce-ef3bfa17c700 74001
2022-12-16T06:45:23.004Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-16T06:45:23.004Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-16T06:45:23.004Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:23.004Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:23.007Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:23.007Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173123004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:23.109Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T06:45:23.110Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:23.110Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:23.121Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:23.123Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:24.008Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:45:24.009Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:45:24.010Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe326deb-c43c-421a-96ce-ef3bfa17c700, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:24.010Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-16T06:45:24.013Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:24.014Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:24.122Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16895620387734904634/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-16T06:45:25.409Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:45:25.410Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:45:25.410Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:25.410Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:45:25.411Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.412Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.412Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:25.412Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:45:25.412Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:45:25.413Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.413Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.413Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:25.413Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:45:25.413Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:45:25.414Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.414Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.414Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.414Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-16T06:45:25.415Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-16T06:45:25.415Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-16T06:45:25.415Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:45:25.415Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.415Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:45:25.416Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.416Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:25.416Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:25.416Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.416Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.417Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=951cf3a0-bd06-4d23-b508-ccbb2181e69d
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.418Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.419Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.419Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.419Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:25.419Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:25.419Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8124ce8e-205b-4c4e-be6f-28ea80e382c7
Model Version:NULL
Model InvariantUuid:26664df6-4fe8-49a2-950f-1d4eb5a8c178
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a60b9964-fc45-4ac3-94e5-2424d9196403
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f497f458-e12e-4b51-bebf-96f8d42807e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd02cd8f-1ecd-4aab-95ca-210f120b9f8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:47672830-6b21-4066-a43b-7ecb0d039b7a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0148226f-e75f-44d8-b167-d71865378a61
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:951cf3a0-bd06-4d23-b508-ccbb2181e69d
ModelInvariantUuid:bd7f9352-6f57-4e19-a5d0-0c50160987c7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:703e37f1-3622-4446-bb28-028502278fd0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:21c08b77-8000-49a2-80eb-7f70e343e847
ModelInvariantUuid:38e546a1-74ec-4203-8f18-89cdc43a79a7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f5f7ddca-471b-4fb3-b82e-64b17a931880
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T06:45:25.428Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a12861be-8729-40af-a78c-a9de6c21d80d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:45:25.432Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-12-16T06:45:25.432Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a12861be-8729-40af-a78c-a9de6c21d80d
2022-12-16T06:45:25.432Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8dd56fed-750a-40ff-81d4-85201d449378 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-16T06:45:25.432Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:25.432Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-16T06:45:25.474Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:25.474Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8dd56fed-750a-40ff-81d4-85201d449378 12
2022-12-16T06:45:25.475Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-16T06:45:25.475Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-16T06:45:25.475Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:25.475Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:25.477Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:25.477Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173125475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:25.577Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:25.579Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:25.579Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:25.590Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:25.590Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:26.478Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-16T06:45:26.479Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:26.479Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-16T06:45:26.537Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:26.538Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6 2688
2022-12-16T06:45:26.538Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-16T06:45:26.538Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-16T06:45:26.539Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:26.539Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:26.541Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:26.541Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173126538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:26.642Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:45:26.643Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:26.643Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:26.654Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:26.655Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:27.543Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7657599-6a57-4abb-9ee8-cbebf50b93d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-16T06:45:27.543Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:27.543Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-16T06:45:27.632Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:27.633Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b7657599-6a57-4abb-9ee8-cbebf50b93d4 828
2022-12-16T06:45:27.633Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-16T06:45:27.633Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-16T06:45:27.633Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:27.634Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:27.635Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:27.636Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173127633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:27.736Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:27.737Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:27.737Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:27.764Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:27.765Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:28.642Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "47672830-6b21-4066-a43b-7ecb0d039b7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0148226f-e75f-44d8-b167-d71865378a61",
    "vfModuleModelCustomizationUUID": "243482a4-22a2-48a0-a649-bf0a51ac1a70",
    "isBase": true,
    "artifacts": [
      "7d83062f-1bba-4e87-a566-dc7b878faeb5",
      "5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6",
      "08fd9fac-f5ab-4c27-9c43-51fd5f3535ab"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:45:28.648Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0148226f-e75f-44d8-b167-d71865378a61
VfModuleModelInvariantUUID:47672830-6b21-4066-a43b-7ecb0d039b7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d83062f-1bba-4e87-a566-dc7b878faeb5
,
5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6
,
08fd9fac-f5ab-4c27-9c43-51fd5f3535ab

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

isBase:true


}

2022-12-16T06:45:28.653Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "47672830-6b21-4066-a43b-7ecb0d039b7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0148226f-e75f-44d8-b167-d71865378a61",
    "vfModuleModelCustomizationUUID": "243482a4-22a2-48a0-a649-bf0a51ac1a70",
    "isBase": true,
    "artifacts": [
      "7d83062f-1bba-4e87-a566-dc7b878faeb5",
      "5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6",
      "08fd9fac-f5ab-4c27-9c43-51fd5f3535ab"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T06:45:28.653Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0148226f-e75f-44d8-b167-d71865378a61
VfModuleModelInvariantUUID:47672830-6b21-4066-a43b-7ecb0d039b7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d83062f-1bba-4e87-a566-dc7b878faeb5
,
5293ebcf-5b9d-4dbb-bfec-63a3dc57efc6
,
08fd9fac-f5ab-4c27-9c43-51fd5f3535ab

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

isBase:true


}

2022-12-16T06:45:28.653Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7d83062f-1bba-4e87-a566-dc7b878faeb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-16T06:45:28.654Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:28.654Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-16T06:45:28.703Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:28.703Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7d83062f-1bba-4e87-a566-dc7b878faeb5 1164
2022-12-16T06:45:28.704Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-16T06:45:28.704Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-16T06:45:28.704Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:28.704Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:28.707Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:28.708Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173128704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:28.808Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:28.809Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:28.810Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:28.823Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:28.824Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:29.708Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 08fd9fac-f5ab-4c27-9c43-51fd5f3535ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-16T06:45:29.709Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:45:29.710Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-16T06:45:29.761Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:45:29.762Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 08fd9fac-f5ab-4c27-9c43-51fd5f3535ab 200
2022-12-16T06:45:29.762Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-16T06:45:29.762Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-16T06:45:29.763Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:45:29.763Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:29.766Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:29.766Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173129762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:29.866Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:29.867Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:29.867Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:29.878Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:29.879Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:30.767Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8124ce8e-205b-4c4e-be6f-28ea80e382c7
2022-12-16T06:45:30.767Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a12861be-8729-40af-a78c-a9de6c21d80d 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-12-16T06:45:30.793Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:45:30.797Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64408e7f, org.onap.sdc.toscaparser.api.parameters.Input@181204d1, org.onap.sdc.toscaparser.api.parameters.Input@f45407a, org.onap.sdc.toscaparser.api.parameters.Input@73f4a20d, org.onap.sdc.toscaparser.api.parameters.Input@1327e97a]
2022-12-16T06:45:30.798Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.798Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.799Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-12-16T06:45:30.799Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bd02cd8f-1ecd-4aab-95ca-210f120b9f8f
2022-12-16T06:45:30.799Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd02cd8f-1ecd-4aab-95ca-210f120b9f8f matches Tosca VF Customization UUID: bd02cd8f-1ecd-4aab-95ca-210f120b9f8f
2022-12-16T06:45:30.799Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bd02cd8f-1ecd-4aab-95ca-210f120b9f8f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T06:45:30.801Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.801Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bd02cd8f-1ecd-4aab-95ca-210f120b9f8f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@684abfc2
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 243482a4-22a2-48a0-a649-bf0a51ac1a70
2022-12-16T06:45:30.802Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 243482a4-22a2-48a0-a649-bf0a51ac1a70
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T06:45:30.804Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.804Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-16T06:45:30.805Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-16T06:45:30.806Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=951cf3a0-bd06-4d23-b508-ccbb2181e69d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-16T06:45:30.808Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bd02cd8f-1ecd-4aab-95ca-210f120b9f8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:45:30.810Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.811Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.811Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8124ce8e-205b-4c4e-be6f-28ea80e382c7: basic_cnf
2022-12-16T06:45:30.811Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.811Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.811Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.812Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.812Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.812Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.812Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.813Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.813Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T06:45:30.813Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:45:30.813Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:45:30.892Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a12861be-8729-40af-a78c-a9de6c21d80d 1 ASDC deployResourceStructure
2022-12-16T06:45:30.893Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-16T06:45:30.894Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-16T06:45:30.894Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-16T06:45:30.894Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:30.896Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:30.896Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173130893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T06:45:30.996Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:30.998Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:30.998Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:31.029Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:31.030Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:31.898Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-16T06:45:31.898Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-16T06:45:31.898Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-16T06:45:31.899Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:31.901Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:31.901Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173131897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T06:45:32.001Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:32.002Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:32.002Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:32.014Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:32.015Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:32.902Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-16T06:45:32.902Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-16T06:45:32.902Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:45:32.902Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:32.904Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:32.905Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173132902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:33.005Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:45:33.006Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:33.006Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:33.019Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:33.020Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:33.906Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-16T06:45:33.907Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-16T06:45:33.907Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:45:33.907Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:33.909Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:33.910Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173133906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:34.011Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:45:34.012Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:34.012Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:34.023Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:34.024Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:45:34.910Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-16T06:45:34.911Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-16T06:45:34.911Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:45:34.911Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:34.914Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:34.914Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173134910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:35.013Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:45:35.015Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:35.015Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:35.025Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:35.026Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:35.914Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-16T06:45:35.915Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-16T06:45:35.915Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:45:35.915Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:45:35.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:45:35.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173135914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:36.024Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-16T06:45:36.025Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:45:36.025Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:36.035Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:36.036Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:45:36.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2459d394-c500-4b66-8da8-3d9c67dd216a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:45:36.945Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2459d394-c500-4b66-8da8-3d9c67dd216a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:45:36.962Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:45:36.963Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:45:36.963Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:45:36.963Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T06:45:36.963Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:45:36.972Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:45:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:45:41.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:45:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:45:41.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:45:41.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173063790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:45:41.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:41.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:45:41.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:45:41.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:41.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T06:45:41.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:45:41.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:45:41.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:45:41.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173072017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:41.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173074939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:41.420Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173075993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:41.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173077050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:45:41.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173078180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:41.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173079184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:41.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173080189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:41.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:45:41.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:45:41.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173081194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:45:41.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:06.972Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2459d394-c500-4b66-8da8-3d9c67dd216a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T06:46:06.981Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2459d394-c500-4b66-8da8-3d9c67dd216a and serviceModelVersionId: 8124ce8e-205b-4c4e-be6f-28ea80e382c7
2022-12-16T06:46:06.981Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26664df6-4fe8-49a2-950f-1d4eb5a8c178
2022-12-16T06:46:06.982Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0
2022-12-16T06:46:06.988Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:46:07.036Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T06:46:07.037Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0|INFO|500||Invoke
2022-12-16T06:46:07.057Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T06:46:07.172Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0|INFO|500||InvokeReturn
2022-12-16T06:46:07.173Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26664df6-4fe8-49a2-950f-1d4eb5a8c178/model-vers/model-ver/8124ce8e-205b-4c4e-be6f-28ea80e382c7?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:46:08 GMT], content-length=[0], vertex-id=[434336], x-aai-txid=[1-aai-resources-221216-06:46:08:162-50138], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:46:07.173Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:46:07.174Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:46:07.174Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:46:07.181Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:46:07.182Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2459d394-c500-4b66-8da8-3d9c67dd216a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:46:07.182Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:46:07.182Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:46:07.184Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:46:07.185Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173167182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:46:07.285Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:46:07.287Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T06:46:07.287Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:07.309Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:46:07.310Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:46:08.203Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:46:08.204Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:46:08.204Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:18.541Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:46:18.542Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:46:18.543Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:46:18.543Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:28.111Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:46:28.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:46:28.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:46:28.112Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:37.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:46:41.383Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:46:41.384Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:46:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:46:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:46:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:46:41.415Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:46:41.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f91e243d-e5e7-4403-abf6-37da07281508",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173112536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671172961385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T06:46:41.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-16T06:46:41.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173123004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173125475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173126538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173127633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173128704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173129762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173130893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173131897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173132902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173133906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173134910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173135914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T06:46:41.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:46:50.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:47:41.383Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:47:41.384Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:47:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:47:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:47:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:47:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:47:41.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:47:41.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:47:41.919Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2459d394-c500-4b66-8da8-3d9c67dd216a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671173167182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:47:41.921Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:47:50.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:48:41.383Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:48:41.385Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:48:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:48:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:48:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:48:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:48:50.930Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:48:50.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:49:41.383Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:49:41.385Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:49:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:49:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:49:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:49:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:49:50.935Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:49:50.935Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:50:41.383Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:50:41.384Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:50:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:50:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:50:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:50:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:50:50.944Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:50:50.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:51:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:51:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:51:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:51:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:51:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:51:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:51:50.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:51:50.935Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:52:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:52:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:52:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:52:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:52:41.388Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:52:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:52:50.944Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:52:50.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:53:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:53:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:53:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:53:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:53:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:53:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:53:50.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:53:50.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:54:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:54:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:54:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:54:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:54:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:54:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:54:50.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:54:50.939Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:55:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:55:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:55:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:55:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:55:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:55:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:55:50.933Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:55:50.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:56:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:56:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:56:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:56:41.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:56:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:56:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:56:50.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:56:50.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:57:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:57:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:57:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:57:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:57:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:57:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:57:50.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:57:50.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:58:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:58:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:58:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:58:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:58:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:58:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:58:50.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:58:50.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:59:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:59:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:59:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:59:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:59:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:59:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:59:50.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T06:59:50.934Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:00:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:00:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:00:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:00:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:00:41.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:00:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:00:50.945Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:00:50.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:01:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:01:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:01:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:01:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:01:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:01:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:01:50.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:01:50.929Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:02:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:02:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:02:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:02:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:02:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:02:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:02:50.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:02:50.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:03:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:03:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:03:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:03:41.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:03:41.387Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:03:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:03:50.934Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:03:50.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:04:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:04:41.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:04:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:04:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:04:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:04:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:04:50.932Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:04:50.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:05:41.385Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:05:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:05:41.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:05:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:05:41.391Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:05:41.392Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:05:50.956Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:05:50.956Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:06:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:06:41.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:06:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:06:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:06:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:06:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:06:50.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:06:50.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:07:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:07:41.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:07:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:07:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:07:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:07:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:07:50.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:07:50.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:08:41.384Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:08:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:08:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:08:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:42.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:42.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:42.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"371dc6cc-400e-4bc5-987f-c66f6894b7d6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"da74831c-0029-4c96-861a-7b30cb051207","serviceDescription":"service","serviceInvariantUUID":"f3d24448-1f3f-41b8-aa33-fe36e272aa2a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a480dd34-0123-4e4f-8e1e-4b5f0b6f0527","resourceInvariantUUID":"c221b644-0283-4a68-b7c1-2f1b5bc4a6d9","resourceCustomizationUUID":"698d8714-7592-4d16-8f60-d49a27b6a383","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":"NTljYTdmZTZmZDM1MDRjMmYxMzk0YjQ3ZGFjMDE4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30b33cbd-a103-439b-9425-f7e4dedd82a2","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":"ZTE4NmFmYTkwM2Q4NTBlZjExN2EwMmI1ZjVkY2IxZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85b2a160-420b-4b2e-b709-91b40e9efaab","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":"996142f2-1a44-4204-a3cb-5d649b865042","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":"73003d31-371a-4497-a2fe-79480119bfd6","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":"990fa8be-5b9c-4959-8f19-fcf91d8378a4","artifactVersion":"2","generatedFromUUID":"b58fbffa-90bb-41c8-9eda-91cfa1613023"},{"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":"d2675fca-d2a8-4596-b125-918e695302bb","artifactVersion":"2","generatedFromUUID":"996142f2-1a44-4204-a3cb-5d649b865042"},{"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":"b58fbffa-90bb-41c8-9eda-91cfa1613023","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":"bb9fc299-6bf5-402f-ab04-b1d9475f9630","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":"MjhlNzNiMGU5MWU1NzJiNDVhYzBmZTJkMWE0MGUzZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"489995bf-f351-49af-b24d-5ffb8c02f79e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjQ5ZmNlOWY2ZTg0ZjFjNjQ2NTZiMzQ3NTFhM2ZmOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b76bddc2-a723-44ed-aeae-a9e862df3bb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T07:08:42.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.026Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:42.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.026Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:42.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.032Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:42.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.032Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174449646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174486698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:42.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174493706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174487968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174494425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174507333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174506436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174507495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174508279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174508385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174509433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174509112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:08:42.090Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 371dc6cc-400e-4bc5-987f-c66f6894b7d6
2022-12-16T07:08:42.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:08:42.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174510640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:08:42.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174510503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:42.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174511644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:08:42.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 371dc6cc-400e-4bc5-987f-c66f6894b7d6
2022-12-16T07:08:42.112Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:08:42.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174511569,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:08:42.128Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 371dc6cc-400e-4bc5-987f-c66f6894b7d6
2022-12-16T07:08:42.129Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:08:42.139Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-16T07:08:42.140Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:42.140Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:42.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174512572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:08:42.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174515982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:08:42.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:08:42.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:08:42.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174516985,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:08:42.154Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:42.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 371dc6cc-400e-4bc5-987f-c66f6894b7d6
2022-12-16T07:08:42.154Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:08:42.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:08:43.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:43.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:43.036Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:43.036Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:08:43.136Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:43.137Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:43.137Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:43.147Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:43.147Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:08:44.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:44.038Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:44.041Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:44.041Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:08:44.141Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:44.141Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:44.142Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:44.168Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:44.168Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:45.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:45.042Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:45.045Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:45.045Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:45.151Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-16T07:08:45.152Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:45.152Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:45.176Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:45.176Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:46.046Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:46.047Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:46.049Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:46.049Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-16T07:08:46.150Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:46.151Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:46.151Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:46.182Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:46.183Z||pool-93-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:08:47.050Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:47.050Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:47.053Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:47.053Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-16T07:08:47.153Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:47.154Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:47.154Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:47.168Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:47.169Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:08:48.059Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:48.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:48.071Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:48.071Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-16T07:08:48.167Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-16T07:08:48.168Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:48.168Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:48.185Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:48.186Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:08:49.072Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:49.073Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:49.076Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:49.076Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:49.175Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:08:49.176Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:49.176Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:49.188Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:49.189Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:50.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:50.078Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:50.081Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:50.081Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:08:50.181Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:08:50.183Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:50.183Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:50.201Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:50.202Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:51.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:08:51.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:51.086Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:51.086Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:08:51.185Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:08:51.186Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:51.186Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:51.203Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:51.203Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:52.087Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "da74831c-0029-4c96-861a-7b30cb051207",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3d24448-1f3f-41b8-aa33-fe36e272aa2a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "698d8714-7592-4d16-8f60-d49a27b6a383",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a480dd34-0123-4e4f-8e1e-4b5f0b6f0527",
      "resourceInvariantUUID": "c221b644-0283-4a68-b7c1-2f1b5bc4a6d9",
      "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": "ZTE4NmFmYTkwM2Q4NTBlZjExN2EwMmI1ZjVkY2IxZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "85b2a160-420b-4b2e-b709-91b40e9efaab",
          "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": "996142f2-1a44-4204-a3cb-5d649b865042",
          "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": "d2675fca-d2a8-4596-b125-918e695302bb",
            "generatedFromUUID": "996142f2-1a44-4204-a3cb-5d649b865042"
          },
          "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": "990fa8be-5b9c-4959-8f19-fcf91d8378a4",
          "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": "d2675fca-d2a8-4596-b125-918e695302bb",
          "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": "b58fbffa-90bb-41c8-9eda-91cfa1613023",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjQ5ZmNlOWY2ZTg0ZjFjNjQ2NTZiMzQ3NTFhM2ZmOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b76bddc2-a723-44ed-aeae-a9e862df3bb8"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T07:08:52.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T07:08:52.088Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 da74831c-0029-4c96-861a-7b30cb051207 ASDC
2022-12-16T07:08:52.089Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:371dc6cc-400e-4bc5-987f-c66f6894b7d6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:da74831c-0029-4c96-861a-7b30cb051207
ServiceInvariantUUID:f3d24448-1f3f-41b8-aa33-fe36e272aa2a
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:b76bddc2-a723-44ed-aeae-a9e862df3bb8
ArtifactChecksum:MjQ5ZmNlOWY2ZTg0ZjFjNjQ2NTZiMzQ3NTFhM2ZmOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:698d8714-7592-4d16-8f60-d49a27b6a383
ResourceInvariantUUID:c221b644-0283-4a68-b7c1-2f1b5bc4a6d9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a480dd34-0123-4e4f-8e1e-4b5f0b6f0527
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:85b2a160-420b-4b2e-b709-91b40e9efaab
ArtifactChecksum:ZTE4NmFmYTkwM2Q4NTBlZjExN2EwMmI1ZjVkY2IxZDQ=
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:996142f2-1a44-4204-a3cb-5d649b865042
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:d2675fca-d2a8-4596-b125-918e695302bb
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:990fa8be-5b9c-4959-8f19-fcf91d8378a4
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:d2675fca-d2a8-4596-b125-918e695302bb
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:b58fbffa-90bb-41c8-9eda-91cfa1613023
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T07:08:52.089Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da74831c-0029-4c96-861a-7b30cb051207 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T07:08:52.145Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T07:08:52.146Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:08:52.146Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:08:52.146Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b76bddc2-a723-44ed-aeae-a9e862df3bb8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-16T07:08:52.146Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:52.147Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:52.247Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:52.259Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b76bddc2-a723-44ed-aeae-a9e862df3bb8 163298
2022-12-16T07:08:52.260Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:52.261Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:52.261Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:52.261Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:52.265Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:52.265Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174532260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:52.365Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:52.366Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:52.366Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:52.398Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:52.399Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:53.266Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T07:08:53.268Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:08:53.269Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b76bddc2-a723-44ed-aeae-a9e862df3bb8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-16T07:08:53.275Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-16T07:08:53.276Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-16T07:08:53.276Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-16T07:08:53.467Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14497803867140162515/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-16T07:08:54.915Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T07:08:54.916Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:08:54.916Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-16T07:08:54.916Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-16T07:08:54.916Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.917Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.918Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.918Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:08:54.918Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:08:54.918Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.919Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.919Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.919Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:08:54.919Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:08:54.919Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.920Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.920Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.920Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-16T07:08:54.920Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-16T07:08:54.920Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-16T07:08:54.921Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T07:08:54.921Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.921Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:54.921Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.922Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.922Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:08:54.922Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.922Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.923Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:08:54.923Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.923Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.923Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:08:54.923Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.924Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:08:54.924Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:08:54.924Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.924Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-16T07:08:54.924Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-16T07:08:54.925Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f56d6723-ed1e-446a-b930-47e1ba090d89
2022-12-16T07:08:54.925Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.925Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.925Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.926Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.926Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.926Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.926Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:08:54.926Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:08:54.927Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:da74831c-0029-4c96-861a-7b30cb051207
Model Version:NULL
Model InvariantUuid:f3d24448-1f3f-41b8-aa33-fe36e272aa2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c480f84d-8a79-4ec8-adb3-19a5ce3d30b5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c221b644-0283-4a68-b7c1-2f1b5bc4a6d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:698d8714-7592-4d16-8f60-d49a27b6a383
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d15a3b11-4dae-4312-b0c9-f33a7a70f2e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:168e06d6-ad96-4578-a320-893d2b3b642a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f2b45f22-fed6-43f3-af5d-39f8a494e64d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b1386e9d-c568-45c3-923a-25c160d7d9f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f56d6723-ed1e-446a-b930-47e1ba090d89
ModelInvariantUuid:972574ac-03f8-474b-8cae-4d29f096975f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ff444f24-635f-4b32-af02-ca724637a673
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7c1f910e-8822-48ff-9195-170d23d1eaec
ModelInvariantUuid:8b5b2526-a33a-42d0-903b-26b0786317f5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:593ed4a9-dda3-4a06-b055-996e362576b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T07:08:54.940Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a480dd34-0123-4e4f-8e1e-4b5f0b6f0527
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:08:54.948Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-12-16T07:08:54.948Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a480dd34-0123-4e4f-8e1e-4b5f0b6f0527
2022-12-16T07:08:54.949Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 85b2a160-420b-4b2e-b709-91b40e9efaab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-16T07:08:54.949Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:54.950Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:55.001Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:55.001Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 85b2a160-420b-4b2e-b709-91b40e9efaab 1565
2022-12-16T07:08:55.001Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:55.001Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:55.002Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:55.002Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:55.004Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:55.005Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174535001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:55.105Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:08:55.105Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:55.106Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:55.117Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:55.117Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:56.005Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f2b45f22-fed6-43f3-af5d-39f8a494e64d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1386e9d-c568-45c3-923a-25c160d7d9f1",
    "vfModuleModelCustomizationUUID": "dcfe0765-4c57-4361-bd33-cbebf96b5a0d",
    "isBase": true,
    "artifacts": [
      "996142f2-1a44-4204-a3cb-5d649b865042",
      "d2675fca-d2a8-4596-b125-918e695302bb"
    ],
    "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": "d15a3b11-4dae-4312-b0c9-f33a7a70f2e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "168e06d6-ad96-4578-a320-893d2b3b642a",
    "vfModuleModelCustomizationUUID": "b2a9052e-2282-4151-84e3-621ad9df0282",
    "isBase": false,
    "artifacts": [
      "b58fbffa-90bb-41c8-9eda-91cfa1613023"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T07:08:56.013Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1386e9d-c568-45c3-923a-25c160d7d9f1
VfModuleModelInvariantUUID:f2b45f22-fed6-43f3-af5d-39f8a494e64d
VfModuleModelDescription:NULL
Artifacts UUID List:{
996142f2-1a44-4204-a3cb-5d649b865042
,
d2675fca-d2a8-4596-b125-918e695302bb

}
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:168e06d6-ad96-4578-a320-893d2b3b642a
VfModuleModelInvariantUUID:d15a3b11-4dae-4312-b0c9-f33a7a70f2e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b58fbffa-90bb-41c8-9eda-91cfa1613023

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

isBase:false


}

2022-12-16T07:08:56.017Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f2b45f22-fed6-43f3-af5d-39f8a494e64d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1386e9d-c568-45c3-923a-25c160d7d9f1",
    "vfModuleModelCustomizationUUID": "dcfe0765-4c57-4361-bd33-cbebf96b5a0d",
    "isBase": true,
    "artifacts": [
      "996142f2-1a44-4204-a3cb-5d649b865042",
      "d2675fca-d2a8-4596-b125-918e695302bb"
    ],
    "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": "d15a3b11-4dae-4312-b0c9-f33a7a70f2e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "168e06d6-ad96-4578-a320-893d2b3b642a",
    "vfModuleModelCustomizationUUID": "b2a9052e-2282-4151-84e3-621ad9df0282",
    "isBase": false,
    "artifacts": [
      "b58fbffa-90bb-41c8-9eda-91cfa1613023"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T07:08:56.018Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1386e9d-c568-45c3-923a-25c160d7d9f1
VfModuleModelInvariantUUID:f2b45f22-fed6-43f3-af5d-39f8a494e64d
VfModuleModelDescription:NULL
Artifacts UUID List:{
996142f2-1a44-4204-a3cb-5d649b865042
,
d2675fca-d2a8-4596-b125-918e695302bb

}
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:168e06d6-ad96-4578-a320-893d2b3b642a
VfModuleModelInvariantUUID:d15a3b11-4dae-4312-b0c9-f33a7a70f2e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b58fbffa-90bb-41c8-9eda-91cfa1613023

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

isBase:false


}

2022-12-16T07:08:56.018Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 996142f2-1a44-4204-a3cb-5d649b865042 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-16T07:08:56.019Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:56.019Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:56.064Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:56.065Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 996142f2-1a44-4204-a3cb-5d649b865042 914
2022-12-16T07:08:56.066Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:56.066Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:56.066Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:56.067Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:56.069Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:56.070Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174536066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:56.170Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:56.171Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:56.171Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:56.188Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:56.189Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:57.071Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 990fa8be-5b9c-4959-8f19-fcf91d8378a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-16T07:08:57.072Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:57.072Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:57.118Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:57.118Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 990fa8be-5b9c-4959-8f19-fcf91d8378a4 12
2022-12-16T07:08:57.119Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:57.119Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:57.119Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:57.119Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:57.123Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:57.124Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174537119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:57.223Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-16T07:08:57.224Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:57.224Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:57.235Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:57.235Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:58.125Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d2675fca-d2a8-4596-b125-918e695302bb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-16T07:08:58.126Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:58.126Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:58.172Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:58.173Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 d2675fca-d2a8-4596-b125-918e695302bb 96
2022-12-16T07:08:58.173Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:58.173Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:58.173Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:58.173Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:58.175Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:58.175Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174538173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:58.276Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:58.277Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:58.277Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:58.289Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:58.290Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:08:59.176Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b58fbffa-90bb-41c8-9eda-91cfa1613023 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-16T07:08:59.177Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:08:59.177Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:59.233Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:08:59.233Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 b58fbffa-90bb-41c8-9eda-91cfa1613023 20206
2022-12-16T07:08:59.234Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:59.234Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:08:59.234Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:08:59.234Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:08:59.236Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:08:59.236Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174539234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:08:59.336Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:08:59.337Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:08:59.338Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:08:59.353Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:08:59.353Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:00.240Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: da74831c-0029-4c96-861a-7b30cb051207
2022-12-16T07:09:00.241Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a480dd34-0123-4e4f-8e1e-4b5f0b6f0527 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:09:00.256Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64452be9, org.onap.sdc.toscaparser.api.parameters.Input@3f264665, org.onap.sdc.toscaparser.api.parameters.Input@15c467a1, org.onap.sdc.toscaparser.api.parameters.Input@3e14ea9, org.onap.sdc.toscaparser.api.parameters.Input@4eb6375f]
2022-12-16T07:09:00.257Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.258Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.258Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-16T07:09:00.258Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 698d8714-7592-4d16-8f60-d49a27b6a383
2022-12-16T07:09:00.259Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 698d8714-7592-4d16-8f60-d49a27b6a383 matches Tosca VF Customization UUID: 698d8714-7592-4d16-8f60-d49a27b6a383
2022-12-16T07:09:00.259Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 698d8714-7592-4d16-8f60-d49a27b6a383  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T07:09:00.262Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.262Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.263Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 698d8714-7592-4d16-8f60-d49a27b6a383: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-16T07:09:00.263Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c7c473a
2022-12-16T07:09:00.264Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.264Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:00.264Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2a9052e-2282-4151-84e3-621ad9df0282
2022-12-16T07:09:00.264Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2a9052e-2282-4151-84e3-621ad9df0282
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T07:09:00.269Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.269Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:09:00.270Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:00.270Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.271Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:09:00.271Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:00.271Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.272Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-16T07:09:00.272Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=698d8714-7592-4d16-8f60-d49a27b6a383
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:09:00.275Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.275Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.276Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid da74831c-0029-4c96-861a-7b30cb051207: basic_cnf_macro
2022-12-16T07:09:00.276Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.277Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.277Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.277Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.278Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.278Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.279Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.279Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:00.280Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:00.280Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:00.280Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 (?, ?, ?, ?, ?)
2022-12-16T07:09:00.367Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a480dd34-0123-4e4f-8e1e-4b5f0b6f0527 2 ASDC deployResourceStructure
2022-12-16T07:09:00.367Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:00.368Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:00.368Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:00.368Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:00.370Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:00.370Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174540367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:00.470Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:00.471Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:00.471Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:00.498Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:00.498Z||pool-105-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:01.371Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:01.371Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:01.372Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:01.372Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:01.374Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:01.374Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174541370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:01.474Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:01.475Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:01.475Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:01.511Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:01.511Z||pool-106-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:02.374Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:02.375Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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)
2022-12-16T07:09:02.375Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-16T07:09:02.376Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:02.378Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:02.378Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174542374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T07:09:02.480Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T07:09:02.482Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:02.482Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:02.496Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:02.497Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:03.379Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:03.379Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:03.380Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:03.380Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:03.387Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:03.387Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174543379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:03.487Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:03.489Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:03.489Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:03.503Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:03.504Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:04.388Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:04.388Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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)
2022-12-16T07:09:04.388Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-16T07:09:04.389Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:04.391Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:04.391Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174544388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T07:09:04.492Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:04.493Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:04.493Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:04.505Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:04.508Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:05.391Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:05.392Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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
2022-12-16T07:09:05.392Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:05.393Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:05.399Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:05.399Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174545391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:05.499Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:05.500Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:05.500Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:05.511Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:05.511Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:06.400Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 371dc6cc-400e-4bc5-987f-c66f6894b7d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:09:06.419Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 371dc6cc-400e-4bc5-987f-c66f6894b7d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:09:06.422Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T07:09:06.422Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T07:09:06.422Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T07:09:06.423Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T07:09:06.423Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:09:06.423Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:09:06.423Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:09:06.424Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:09:06.424Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:09:06.424Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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=?
2022-12-16T07:09:06.437Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T07:09:36.438Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T07:09:36.444Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and serviceModelVersionId: da74831c-0029-4c96-861a-7b30cb051207
2022-12-16T07:09:36.444Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3d24448-1f3f-41b8-aa33-fe36e272aa2a
2022-12-16T07:09:36.445Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0
2022-12-16T07:09:36.465Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T07:09:36.519Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T07:09:36.521Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0|INFO|500||Invoke
2022-12-16T07:09:36.541Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T07:09:36.672Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0|INFO|500||InvokeReturn
2022-12-16T07:09:36.673Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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/f3d24448-1f3f-41b8-aa33-fe36e272aa2a/model-vers/model-ver/da74831c-0029-4c96-861a-7b30cb051207?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 07:09:37 GMT], content-length=[0], vertex-id=[196672], x-aai-txid=[2-aai-resources-221216-07:09:37:688-61542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T07:09:36.673Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T07:09:36.674Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T07:09:36.674Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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=?
2022-12-16T07:09:36.684Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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)
2022-12-16T07:09:36.685Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 371dc6cc-400e-4bc5-987f-c66f6894b7d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T07:09:36.685Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T07:09:36.685Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:36.688Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:36.688Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174576685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:09:36.789Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T07:09:36.791Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:36.791Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:36.809Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:36.809Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T07:09:41.383Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:09:41.384Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:09:41.384Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:09:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:09:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:41.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:41.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:09:41.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:09:41.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:09:42.010Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:42.011Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T07:09:42.011Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4484819e-b49d-4b43-8818-e37e0268d7f3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1690f50b-ab23-4c2a-ad0e-7339a3adc51a","serviceDescription":"service","serviceInvariantUUID":"905a4fcc-7e6b-4fa8-b153-20bef4f96c32","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abdf700f-fb88-445a-b620-77c929e99b03","resourceInvariantUUID":"82b03c42-b26a-43fe-b1f1-7e2884a845ab","resourceCustomizationUUID":"28eb33bf-5b92-463e-af12-6cc86ee6ca03","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":"YTE4ZDhmZmExMGI2MWY4NWIwMDE2ODM3YWJlOTU5MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3a48820-8ff7-48fb-9b88-a8e706ed2866","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":"OGNmNzExYTBiOWRhMTMxMDdjYTkyOTA0ODZiMDQzY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bed2b91-ea0f-4f2f-8190-6e8b3eb2d5d9","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":"86c9a631-e0e3-4007-bcae-e358b8d1cc53","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":"9b7fbae0-2072-430d-8dba-ea61aec961f8","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":"0b6de735-eb65-42cc-8428-33bcedb184cf","artifactVersion":"2","generatedFromUUID":"86c9a631-e0e3-4007-bcae-e358b8d1cc53"},{"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":"OTc5ZjRjM2JjODQ1OGI5NGE3ODlhMWI2NThiYzY1NDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1b6c5359-3f57-43e0-9f97-808120a66843","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":"ODQ4ZDVlYWI3MzI0ODgzZGVhOTVlOWUxYTE5YWFhMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"453b8aee-e95f-4a91-8538-ea5e37bcfaf5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdmMDAzYTBiMzZjNmI3ODE0YTkwNjdjMDg2NGVjZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T07:09:42.014Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:42.014Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:42.016Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:42.016Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:09:42.116Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:09:42.117Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:42.117Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:42.129Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:42.130Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:43.018Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:43.019Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:43.021Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:43.021Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:09:43.121Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:43.122Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:43.122Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:43.134Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:43.134Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:44.022Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:44.022Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:44.024Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:44.024Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:09:44.124Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:44.125Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:44.125Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:44.138Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:44.138Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:45.025Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:45.026Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:45.028Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:45.028Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:09:45.128Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:45.129Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:45.129Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:45.139Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:45.139Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:46.029Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:46.029Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:46.032Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:46.032Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T07:09:46.136Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-16T07:09:46.137Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:46.137Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:46.148Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:46.148Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:47.033Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:47.034Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:47.036Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:47.036Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:09:47.136Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:47.137Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:47.137Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:47.147Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:47.147Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:48.037Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:48.039Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:48.042Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:48.042Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:09:48.142Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:48.143Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:48.143Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:48.156Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:48.157Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:49.042Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:09:49.044Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:49.049Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:49.050Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:09:49.149Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:09:49.150Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:49.150Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:49.166Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:49.166Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:50.051Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1690f50b-ab23-4c2a-ad0e-7339a3adc51a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "905a4fcc-7e6b-4fa8-b153-20bef4f96c32",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "28eb33bf-5b92-463e-af12-6cc86ee6ca03",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "abdf700f-fb88-445a-b620-77c929e99b03",
      "resourceInvariantUUID": "82b03c42-b26a-43fe-b1f1-7e2884a845ab",
      "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": "OGNmNzExYTBiOWRhMTMxMDdjYTkyOTA0ODZiMDQzY2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2bed2b91-ea0f-4f2f-8190-6e8b3eb2d5d9",
          "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": "86c9a631-e0e3-4007-bcae-e358b8d1cc53",
          "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": "0b6de735-eb65-42cc-8428-33bcedb184cf",
            "generatedFromUUID": "86c9a631-e0e3-4007-bcae-e358b8d1cc53"
          },
          "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": "0b6de735-eb65-42cc-8428-33bcedb184cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdmMDAzYTBiMzZjNmI3ODE0YTkwNjdjMDg2NGVjZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T07:09:50.052Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T07:09:50.052Z|371dc6cc-400e-4bc5-987f-c66f6894b7d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1690f50b-ab23-4c2a-ad0e-7339a3adc51a ASDC
2022-12-16T07:09:50.053Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4484819e-b49d-4b43-8818-e37e0268d7f3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1690f50b-ab23-4c2a-ad0e-7339a3adc51a
ServiceInvariantUUID:905a4fcc-7e6b-4fa8-b153-20bef4f96c32
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:4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2
ArtifactChecksum:NTdmMDAzYTBiMzZjNmI3ODE0YTkwNjdjMDg2NGVjZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:28eb33bf-5b92-463e-af12-6cc86ee6ca03
ResourceInvariantUUID:82b03c42-b26a-43fe-b1f1-7e2884a845ab
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:abdf700f-fb88-445a-b620-77c929e99b03
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:2bed2b91-ea0f-4f2f-8190-6e8b3eb2d5d9
ArtifactChecksum:OGNmNzExYTBiOWRhMTMxMDdjYTkyOTA0ODZiMDQzY2U=
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:86c9a631-e0e3-4007-bcae-e358b8d1cc53
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:0b6de735-eb65-42cc-8428-33bcedb184cf
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:0b6de735-eb65-42cc-8428-33bcedb184cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-16T07:09:50.053Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1690f50b-ab23-4c2a-ad0e-7339a3adc51a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:09:50.126Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T07:09:50.127Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:09:50.127Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:09:50.127Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-16T07:09:50.127Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:09:50.128Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:50.188Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:09:50.193Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2 83011
2022-12-16T07:09:50.194Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:50.194Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:50.194Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:09:50.195Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:50.197Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:50.197Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174590194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:09:50.297Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:50.298Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:50.298Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:50.314Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:50.315Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:51.198Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T07:09:51.199Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:09:51.200Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4fad1c6c-81a5-459d-9c7e-9db4e8f6e9f2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-16T07:09:51.200Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-16T07:09:51.201Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-16T07:09:51.201Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-16T07:09:51.364Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4173366966038226064/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-16T07:09:52.659Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:09:52.660Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.661Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-16T07:09:52.662Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.663Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:52.664Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44d720a-59fa-44eb-95d0-b1045b60bdcf
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.665Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:52.666Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1690f50b-ab23-4c2a-ad0e-7339a3adc51a
Model Version:NULL
Model InvariantUuid:905a4fcc-7e6b-4fa8-b153-20bef4f96c32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9e74a5ec-44ac-4989-9b98-4084fc81f6c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82b03c42-b26a-43fe-b1f1-7e2884a845ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28eb33bf-5b92-463e-af12-6cc86ee6ca03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0997259e-70dc-46c1-811a-789836e26b23
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cfce875a-a538-4f40-bbd1-65505ff06078
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d44d720a-59fa-44eb-95d0-b1045b60bdcf
ModelInvariantUuid:19d81ece-528a-43f6-ab05-01a6b7cb82c3
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:dbcdb33c-523d-46a8-8519-4be8dfdb38e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bafd36f1-c9b5-4ed1-af59-e4c908332aec
ModelInvariantUuid:75a61429-95f1-4808-809e-2662dee7a75e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e031f5c1-e0b5-4650-afed-13e6ba06c9a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T07:09:52.676Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: abdf700f-fb88-445a-b620-77c929e99b03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:09:52.679Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-12-16T07:09:52.679Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: abdf700f-fb88-445a-b620-77c929e99b03
2022-12-16T07:09:52.679Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2bed2b91-ea0f-4f2f-8190-6e8b3eb2d5d9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-16T07:09:52.679Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:09:52.680Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.735Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:09:52.736Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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 2bed2b91-ea0f-4f2f-8190-6e8b3eb2d5d9 792
2022-12-16T07:09:52.736Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.736Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:52.736Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:09:52.737Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:52.739Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:52.739Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174592736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:09:52.839Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:52.840Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:52.840Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:52.851Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:52.851Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:53.740Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0997259e-70dc-46c1-811a-789836e26b23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfce875a-a538-4f40-bbd1-65505ff06078",
    "vfModuleModelCustomizationUUID": "917903b0-be46-46a2-8d01-06a2a78e9d5a",
    "isBase": true,
    "artifacts": [
      "86c9a631-e0e3-4007-bcae-e358b8d1cc53",
      "0b6de735-eb65-42cc-8428-33bcedb184cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T07:09:53.744Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfce875a-a538-4f40-bbd1-65505ff06078
VfModuleModelInvariantUUID:0997259e-70dc-46c1-811a-789836e26b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
86c9a631-e0e3-4007-bcae-e358b8d1cc53
,
0b6de735-eb65-42cc-8428-33bcedb184cf

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

isBase:true


}

2022-12-16T07:09:53.747Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0997259e-70dc-46c1-811a-789836e26b23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfce875a-a538-4f40-bbd1-65505ff06078",
    "vfModuleModelCustomizationUUID": "917903b0-be46-46a2-8d01-06a2a78e9d5a",
    "isBase": true,
    "artifacts": [
      "86c9a631-e0e3-4007-bcae-e358b8d1cc53",
      "0b6de735-eb65-42cc-8428-33bcedb184cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-16T07:09:53.747Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfce875a-a538-4f40-bbd1-65505ff06078
VfModuleModelInvariantUUID:0997259e-70dc-46c1-811a-789836e26b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
86c9a631-e0e3-4007-bcae-e358b8d1cc53
,
0b6de735-eb65-42cc-8428-33bcedb184cf

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

isBase:true


}

2022-12-16T07:09:53.747Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 86c9a631-e0e3-4007-bcae-e358b8d1cc53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-16T07:09:53.747Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:09:53.748Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:53.838Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:09:53.838Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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 86c9a631-e0e3-4007-bcae-e358b8d1cc53 5033
2022-12-16T07:09:53.838Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:53.839Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:53.839Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:09:53.839Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:53.841Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:53.841Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174593838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:09:53.942Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T07:09:53.944Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:53.944Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:53.954Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:53.954Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:54.842Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b6de735-eb65-42cc-8428-33bcedb184cf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-16T07:09:54.842Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:09:54.842Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:54.919Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:09:54.919Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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 0b6de735-eb65-42cc-8428-33bcedb184cf 903
2022-12-16T07:09:54.919Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:54.920Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:54.920Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:09:54.920Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:54.922Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:54.922Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174594919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:09:55.022Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:55.023Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:55.023Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:55.042Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:55.042Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:55.926Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1690f50b-ab23-4c2a-ad0e-7339a3adc51a
2022-12-16T07:09:55.927Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 abdf700f-fb88-445a-b620-77c929e99b03 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:09:55.944Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4811a344, org.onap.sdc.toscaparser.api.parameters.Input@15ea50ee, org.onap.sdc.toscaparser.api.parameters.Input@6e1d5051, org.onap.sdc.toscaparser.api.parameters.Input@25587ef8, org.onap.sdc.toscaparser.api.parameters.Input@6016f294]
2022-12-16T07:09:55.946Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.946Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.946Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-16T07:09:55.947Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 28eb33bf-5b92-463e-af12-6cc86ee6ca03
2022-12-16T07:09:55.947Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28eb33bf-5b92-463e-af12-6cc86ee6ca03 matches Tosca VF Customization UUID: 28eb33bf-5b92-463e-af12-6cc86ee6ca03
2022-12-16T07:09:55.947Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 28eb33bf-5b92-463e-af12-6cc86ee6ca03  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-16T07:09:55.949Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.950Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.951Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 28eb33bf-5b92-463e-af12-6cc86ee6ca03: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-12-16T07:09:55.951Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@456ef514
2022-12-16T07:09:55.951Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.951Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:55.952Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 917903b0-be46-46a2-8d01-06a2a78e9d5a
2022-12-16T07:09:55.952Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 917903b0-be46-46a2-8d01-06a2a78e9d5a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-16T07:09:55.955Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.955Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:55.955Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:55.956Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.957Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:55.958Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:55.962Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.962Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-16T07:09:55.963Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-16T07:09:55.963Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-16T07:09:55.963Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44d720a-59fa-44eb-95d0-b1045b60bdcf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-16T07:09:55.966Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.967Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:55.967Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T07:09:55.967Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.967Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-16T07:09:55.967Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=28eb33bf-5b92-463e-af12-6cc86ee6ca03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:09:55.969Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.969Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.970Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1690f50b-ab23-4c2a-ad0e-7339a3adc51a: basic_vm_macro
2022-12-16T07:09:55.970Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.970Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.970Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.970Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.971Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.971Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.971Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.971Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:55.971Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:09:55.972Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:09:55.972Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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 (?, ?, ?, ?, ?)
2022-12-16T07:09:56.106Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro abdf700f-fb88-445a-b620-77c929e99b03 1 ASDC deployResourceStructure
2022-12-16T07:09:56.106Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:56.106Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:56.107Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:56.107Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:56.109Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:56.109Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174596106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:56.209Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:56.210Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:56.210Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:56.224Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:56.225Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:09:57.110Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:57.111Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:57.111Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:57.112Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:57.115Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:57.115Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174597110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:57.216Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:57.217Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:57.217Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:57.227Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:57.228Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:58.121Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:58.122Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:58.122Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:58.123Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:58.126Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:58.126Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174598121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:58.226Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:58.227Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:58.227Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:58.239Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:58.240Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:09:59.130Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:59.130Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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
2022-12-16T07:09:59.130Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:09:59.130Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:09:59.134Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:09:59.134Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174599130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:09:59.234Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:09:59.235Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:09:59.236Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:09:59.257Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:09:59.257Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:10:00.135Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:10:00.149Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:10:00.152Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T07:10:00.152Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T07:10:00.152Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T07:10:30.153Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:10:30.163Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:10:30.166Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T07:10:30.166Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T07:10:30.167Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T07:10:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:10:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:10:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:10:41.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:10:41.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174521383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174532260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174535001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174536066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174537119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174526614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:10:41.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174523705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174513574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174510114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174524425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174538173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174539409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174538506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174539530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174540396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174539234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174540480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174539981,
  "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=?
2022-12-16T07:10:41.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4484819e-b49d-4b43-8818-e37e0268d7f3
2022-12-16T07:10:41.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4484819e-b49d-4b43-8818-e37e0268d7f3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:10:41.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174540367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174541549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174541370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174542732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174542573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:10:41.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4484819e-b49d-4b43-8818-e37e0268d7f3
2022-12-16T07:10:41.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4484819e-b49d-4b43-8818-e37e0268d7f3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:10:41.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174542374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T07:10:41.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174543737,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:10:41.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4484819e-b49d-4b43-8818-e37e0268d7f3
2022-12-16T07:10:41.493Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4484819e-b49d-4b43-8818-e37e0268d7f3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:10:41.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174543584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174543379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174544388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174545391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174547080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:10:41.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:10:41.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174548083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:10:41.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4484819e-b49d-4b43-8818-e37e0268d7f3
2022-12-16T07:10:41.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4484819e-b49d-4b43-8818-e37e0268d7f3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:10:41.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:10:41.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "371dc6cc-400e-4bc5-987f-c66f6894b7d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174576685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:10:41.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:00.167Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:11:00.540Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:11:00.546Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T07:11:00.546Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T07:11:00.547Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T07:11:00.547Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:00.548Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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=?
2022-12-16T07:11:00.556Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T07:11:30.557Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4484819e-b49d-4b43-8818-e37e0268d7f3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T07:11:30.571Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4484819e-b49d-4b43-8818-e37e0268d7f3 and serviceModelVersionId: 1690f50b-ab23-4c2a-ad0e-7339a3adc51a
2022-12-16T07:11:30.571Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905a4fcc-7e6b-4fa8-b153-20bef4f96c32
2022-12-16T07:11:30.573Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0
2022-12-16T07:11:30.581Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T07:11:30.652Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-16T07:11:30.654Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0|INFO|500||Invoke
2022-12-16T07:11:30.682Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T07:11:30.784Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0|INFO|500||InvokeReturn
2022-12-16T07:11:30.785Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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/905a4fcc-7e6b-4fa8-b153-20bef4f96c32/model-vers/model-ver/1690f50b-ab23-4c2a-ad0e-7339a3adc51a?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 07:11:31 GMT], content-length=[0], vertex-id=[237776], x-aai-txid=[2-aai-resources-221216-07:11:31:833-34116], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T07:11:30.786Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T07:11:30.786Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T07:11:30.786Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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=?
2022-12-16T07:11:30.791Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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)
2022-12-16T07:11:30.791Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4484819e-b49d-4b43-8818-e37e0268d7f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T07:11:30.792Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T07:11:30.792Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:30.796Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:30.796Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174690792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:11:30.896Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:30.898Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:30.898Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:30.914Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:30.917Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T07:11:31.821Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:11:31.822Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:11:31.822Z|4484819e-b49d-4b43-8818-e37e0268d7f3|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:32.446Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:32.447Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T07:11:32.448Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5f1b36c-2140-4c6c-888c-c7851c8418df","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"214c1e1e-00d1-42fd-9efa-2cf975d152c5","serviceDescription":"service","serviceInvariantUUID":"c1aa451c-10c6-4acd-867f-feb387b1eba4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b9d4d005-0f83-410e-bde1-05240a825df2","resourceInvariantUUID":"f02c6b82-65be-4fdc-8a80-24a6cee88526","resourceCustomizationUUID":"c453c559-55f0-457b-9477-a6aa6ebe15d0","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":"ZTZjZmFiYjk0YTdjMTcxZjhmNzNmYWRhMTI4ZTNlNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6749710-6faf-4b24-b88f-24a1dcf5f9bb","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":"74173a1f-5de6-4428-a1ce-76c70c5296ec","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":"77ead6ad-4b70-4754-941d-4ee7b86aa3f8","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":"MjY2YTQ5ZjgwZWVlODEyZjliZGY3N2ZmZDMwNzU1ZjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2edee5d9-ee78-4bf5-a46f-30560c3bd1c0","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":"d718a9a9-6d56-4e70-8399-5d29b456edb8","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":"0601c807-d8c0-4688-baa3-cb70712becb8","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":"1df2a80c-dac6-44f0-af0f-224bc83e5345","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":"OTUwOTNhZjlmMThlNzkzOWYwMDJjZTFiMDU0NmM3Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36b352b4-678a-4f20-bb00-c6473c51d698","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmQwOTEwOTY4NTc3NzUzMmM5NDQ2OGVhNjFhNTA4ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68f7736c-9232-49ab-8e2a-9c1e500fd311","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T07:11:32.452Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:32.452Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:32.454Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:32.454Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:32.554Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:32.555Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:32.555Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:32.567Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:32.568Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:33.455Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:33.455Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:33.458Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:33.458Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:33.559Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T07:11:33.560Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:33.560Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:33.573Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:33.574Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:34.459Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:34.459Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:34.461Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:34.461Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:34.562Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:34.563Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:34.564Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:34.577Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:34.577Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:11:35.462Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:35.463Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:35.464Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:35.465Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:35.565Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:35.566Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:35.566Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:35.579Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:35.580Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:36.471Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:36.476Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:36.478Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:36.478Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:36.578Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T07:11:36.580Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:36.580Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:36.591Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:36.591Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:37.479Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:37.480Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:37.482Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:37.482Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:37.582Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:37.583Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:37.583Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:37.597Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:37.598Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:38.483Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:38.483Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:38.485Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:38.488Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:38.586Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-16T07:11:38.587Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:38.587Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:38.597Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:38.598Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:39.488Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:39.489Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:39.492Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:39.492Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:39.592Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:39.593Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:39.593Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:39.608Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:39.609Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:40.492Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T07:11:40.493Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:40.495Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:40.495Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:40.595Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:40.596Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:40.597Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:40.610Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:40.611Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:11:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:11:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:41.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:41.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174581383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174590194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174592736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174540986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174566612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:11:41.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1671174574590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174583705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174584425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174593838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174594178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174594194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174595222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174596075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174594919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174595212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1671174595507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:11:41.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5f1b36c-2140-4c6c-888c-c7851c8418df
2022-12-16T07:11:41.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f1b36c-2140-4c6c-888c-c7851c8418df and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:11:41.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671174596213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:11:41.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d5f1b36c-2140-4c6c-888c-c7851c8418df
2022-12-16T07:11:41.493Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f1b36c-2140-4c6c-888c-c7851c8418df 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=?
2022-12-16T07:11:41.496Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "214c1e1e-00d1-42fd-9efa-2cf975d152c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1aa451c-10c6-4acd-867f-feb387b1eba4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c453c559-55f0-457b-9477-a6aa6ebe15d0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b9d4d005-0f83-410e-bde1-05240a825df2",
      "resourceInvariantUUID": "f02c6b82-65be-4fdc-8a80-24a6cee88526",
      "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": "NmQwOTEwOTY4NTc3NzUzMmM5NDQ2OGVhNjFhNTA4ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68f7736c-9232-49ab-8e2a-9c1e500fd311"
    }
  ],
  "workloadContext": "Production"
}
2022-12-16T07:11:41.496Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T07:11:41.497Z|4484819e-b49d-4b43-8818-e37e0268d7f3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 214c1e1e-00d1-42fd-9efa-2cf975d152c5 ASDC
2022-12-16T07:11:41.497Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d5f1b36c-2140-4c6c-888c-c7851c8418df
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:214c1e1e-00d1-42fd-9efa-2cf975d152c5
ServiceInvariantUUID:c1aa451c-10c6-4acd-867f-feb387b1eba4
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:68f7736c-9232-49ab-8e2a-9c1e500fd311
ArtifactChecksum:NmQwOTEwOTY4NTc3NzUzMmM5NDQ2OGVhNjFhNTA4ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c453c559-55f0-457b-9477-a6aa6ebe15d0
ResourceInvariantUUID:f02c6b82-65be-4fdc-8a80-24a6cee88526
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b9d4d005-0f83-410e-bde1-05240a825df2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-16T07:11:41.497Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 214c1e1e-00d1-42fd-9efa-2cf975d152c5 ASDC treatNotification
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
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 (?, ?, ?, ?, ?)
2022-12-16T07:11:41.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174596106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174597925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174597110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671174598929,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T07:11:41.530Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5f1b36c-2140-4c6c-888c-c7851c8418df
2022-12-16T07:11:41.530Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f1b36c-2140-4c6c-888c-c7851c8418df and ComponentName SDNC
2022-12-16T07:11:41.532Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:11:41.533Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:11:41.533Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:11:41.533Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68f7736c-9232-49ab-8e2a-9c1e500fd311 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-16T07:11:41.533Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-16T07:11:41.534Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:11:41.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174598121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174600158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174599130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:41.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:11:41.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:11:41.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "aai-model-loader",
  "timestamp": 1671174601161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T07:11:41.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5f1b36c-2140-4c6c-888c-c7851c8418df
2022-12-16T07:11:41.551Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f1b36c-2140-4c6c-888c-c7851c8418df and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T07:11:41.597Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-16T07:11:41.603Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 68f7736c-9232-49ab-8e2a-9c1e500fd311 111101
2022-12-16T07:11:41.603Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:41.603Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:41.603Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T07:11:41.603Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:41.605Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:41.605Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174701603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:11:41.706Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:41.707Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:41.707Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:41.721Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:41.722Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-16T07:11:42.606Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T07:11:42.607Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-16T07:11:42.608Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 68f7736c-9232-49ab-8e2a-9c1e500fd311, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-16T07:11:42.608Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-16T07:11:42.609Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-16T07:11:42.609Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-16T07:11:42.825Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3617333005289231880/Definitions/service-TestPnfMacro-template.yml
2022-12-16T07:11:43.705Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T07:11:43.705Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:11:43.705Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-16T07:11:43.706Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.707Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.708Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.709Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.709Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.709Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.709Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.709Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:214c1e1e-00d1-42fd-9efa-2cf975d152c5
Model Version:NULL
Model InvariantUuid:c1aa451c-10c6-4acd-867f-feb387b1eba4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-16T07:11:43.718Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b9d4d005-0f83-410e-bde1-05240a825df2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:11:43.721Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-12-16T07:11:43.721Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b9d4d005-0f83-410e-bde1-05240a825df2
2022-12-16T07:11:43.721Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 214c1e1e-00d1-42fd-9efa-2cf975d152c5
2022-12-16T07:11:43.722Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 214c1e1e-00d1-42fd-9efa-2cf975d152c5
2022-12-16T07:11:43.722Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b9d4d005-0f83-410e-bde1-05240a825df2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T07:11:43.726Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@370b9748, org.onap.sdc.toscaparser.api.parameters.Input@55187392, org.onap.sdc.toscaparser.api.parameters.Input@11cd73bc, org.onap.sdc.toscaparser.api.parameters.Input@2940d322, org.onap.sdc.toscaparser.api.parameters.Input@421aa095]
2022-12-16T07:11:43.726Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.726Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.727Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 214c1e1e-00d1-42fd-9efa-2cf975d152c5: test-pnf
2022-12-16T07:11:43.727Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Processing PNF resource: b9d4d005-0f83-410e-bde1-05240a825df2
2022-12-16T07:11:43.727Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-16T07:11:43.727Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T07:11:43.727Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||Resource customization UUID: c453c559-55f0-457b-9477-a6aa6ebe15d0 is the same as notified resource customizationUUID: c453c559-55f0-457b-9477-a6aa6ebe15d0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-16T07:11:43.774Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b9d4d005-0f83-410e-bde1-05240a825df2 0 ASDC deployResourceStructure
2022-12-16T07:11:43.774Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.774Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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
2022-12-16T07:11:43.775Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T07:11:43.775Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:11:43.777Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:11:43.777Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174703774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:11:43.877Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:11:43.878Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:11:43.878Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:11:43.889Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:11:43.890Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T07:11:44.780Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f1b36c-2140-4c6c-888c-c7851c8418df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:11:44.791Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f1b36c-2140-4c6c-888c-c7851c8418df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-16T07:11:44.793Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T07:11:44.793Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T07:11:44.793Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-16T07:11:44.794Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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=?
2022-12-16T07:11:44.799Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T07:12:14.799Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5f1b36c-2140-4c6c-888c-c7851c8418df and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-16T07:12:14.804Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5f1b36c-2140-4c6c-888c-c7851c8418df and serviceModelVersionId: 214c1e1e-00d1-42fd-9efa-2cf975d152c5
2022-12-16T07:12:14.804Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1aa451c-10c6-4acd-867f-feb387b1eba4
2022-12-16T07:12:14.805Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0
2022-12-16T07:12:14.809Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T07:12:14.846Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0|INFO|500||Invoke
2022-12-16T07:12:14.847Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5f1b36c-2140-4c6c-888c-c7851c8418df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6d483df-dae4-48d5-a005-2d5eb2b5e382], X-ECOMP-RequestID=[d5f1b36c-2140-4c6c-888c-c7851c8418df], X-TransactionId=[], X-ONAP-RequestID=[d5f1b36c-2140-4c6c-888c-c7851c8418df], Content-Type=[application/merge-patch+json]}
2022-12-16T07:12:14.875Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-16T07:12:15.008Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?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/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 07:12:16 GMT], content-length=[0], vertex-id=[503920], x-aai-txid=[1-aai-resources-221216-07:12:16:029-65210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T07:12:15.009Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-16T07:12:15.009Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1aa451c-10c6-4acd-867f-feb387b1eba4/model-vers/model-ver/214c1e1e-00d1-42fd-9efa-2cf975d152c5?depth=0|INFO|500||InvokeReturn
2022-12-16T07:12:15.010Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T07:12:15.011Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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=?
2022-12-16T07:12:15.026Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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)
2022-12-16T07:12:15.026Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5f1b36c-2140-4c6c-888c-c7851c8418df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T07:12:15.026Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T07:12:15.026Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-16T07:12:15.028Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T07:12:15.029Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174735026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:12:15.129Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T07:12:15.130Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-16T07:12:15.130Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T07:12:15.159Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:12:15.160Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T07:12:16.046Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:12:16.047Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:12:16.047Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:12:25.591Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:12:41.383Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:12:41.383Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:12:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:12:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:12:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:12:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:12:41.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:12:41.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4484819e-b49d-4b43-8818-e37e0268d7f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174690792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:12:41.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-16T07:12:41.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:41.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:12:41.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174691821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-16T07:12:41.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-16T07:12:50.947Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:13:41.383Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:13:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:13:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:13:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:13:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:13:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:13:41.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:13:41.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-16T07:13:41.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174701603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-16T07:13:41.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:13:50.934Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:14:41.383Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:14:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:14:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:14:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:14:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:14:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:14:41.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:14:41.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T07:14:41.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174703774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-16T07:14:41.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:14:41.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T07:14:41.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5f1b36c-2140-4c6c-888c-c7851c8418df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671174735026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T07:14:41.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T07:14:50.943Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:15:41.383Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:15:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:15:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:15:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:15:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:15:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:15:50.933Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:15:50.934Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:16:41.384Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:16:41.385Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:16:41.385Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:16:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:16:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:16:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:16:50.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:16:50.935Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:17:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:17:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:17:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:17:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:17:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:17:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:17:50.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:17:50.942Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:18:41.385Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:18:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:18:41.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:18:41.391Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:18:41.391Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:18:41.392Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:18:50.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:18:50.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:19:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:19:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:19:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:19:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:19:41.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:19:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:19:50.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:19:50.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:20:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:20:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:20:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:20:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:20:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:20:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:20:50.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:20:50.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:21:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:21:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:21:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:21:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:21:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:21:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:21:50.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:21:50.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:22:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:22:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:22:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:22:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:22:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:22:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:22:50.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:22:50.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:23:41.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:23:41.384Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:23:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:23:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:23:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:23:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:23:50.945Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:23:50.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:24:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:24:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:24:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:24:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:24:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:24:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:24:50.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:24:50.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:25:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:25:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:25:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:25:41.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:25:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:25:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:25:50.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:25:50.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:26:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:26:41.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:26:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:26:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:26:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:26:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:26:50.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:26:50.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:27:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:27:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:27:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:27:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:27:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:27:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:27:50.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:27:50.950Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:28:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:28:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:28:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:28:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:28:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:28:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:28:50.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:28:50.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:29:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:29:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:29:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:29:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:29:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:29:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:29:50.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:29:50.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:30:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:30:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:30:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:30:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:30:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:30:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:30:50.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:30:50.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:31:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:31:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:31:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:31:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:31:41.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:31:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:31:50.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:31:50.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:32:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:32:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:32:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:32:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:32:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:32:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:32:50.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:32:50.954Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:33:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:33:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:33:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:33:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:33:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:33:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:33:50.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:33:50.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:34:41.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:34:41.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:34:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:34:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:34:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:34:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:34:50.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:34:50.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:35:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:35:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:35:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:35:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:35:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:35:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:35:50.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:35:50.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:36:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:36:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:36:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:36:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:36:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:36:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:36:50.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:36:50.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:37:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:37:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:37:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:37:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:37:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:37:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:37:50.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:37:50.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:38:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:38:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:38:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:38:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:38:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:38:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:38:50.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:38:50.965Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:39:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:39:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:39:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:39:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:39:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:39:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:39:50.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:39:50.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:40:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:40:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:40:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:40:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:40:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:40:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:40:50.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:40:50.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:41:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:41:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:41:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:41:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:41:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:41:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:41:50.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:41:50.932Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:42:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:42:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:42:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:42:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:42:41.388Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:42:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:42:50.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:42:50.943Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:43:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:43:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:43:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:43:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:43:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:43:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:43:50.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:43:50.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:44:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:44:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:44:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:44:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:44:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:44:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:44:50.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:44:50.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:45:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:45:41.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:45:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:45:41.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:45:41.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:45:41.399Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:45:50.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:45:50.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:46:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:46:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:46:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:46:41.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:46:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:46:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:46:50.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:46:50.944Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:47:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:47:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:47:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:47:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:47:41.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:47:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:47:50.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:47:50.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:48:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:48:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:48:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:48:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:48:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:48:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:48:50.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:48:50.987Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:49:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:49:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:49:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:49:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:49:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:49:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:49:50.930Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:49:50.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:50:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:50:41.383Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:50:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:50:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:50:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:50:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:50:50.928Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:50:50.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:51:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:51:41.385Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:51:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:51:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:51:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:51:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:51:50.987Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:51:50.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:52:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:52:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:52:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:52:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:52:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:52:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:52:50.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:52:50.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:53:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:53:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:53:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:53:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:53:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:53:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:53:50.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:53:50.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:54:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:54:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:54:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:54:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:54:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:54:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:54:50.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:54:50.935Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:55:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:55:41.384Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:55:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:55:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:55:41.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:55:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:55:50.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:55:50.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:56:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:56:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:56:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:56:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:56:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:56:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:56:50.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:56:50.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:57:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:57:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:57:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:57:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:57:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:57:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:57:50.936Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:57:50.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:58:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:58:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:58:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:58:41.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:58:41.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:58:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:58:50.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:58:50.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:59:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:59:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:59:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:59:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T07:59:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T07:59:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T07:59:50.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T07:59:50.925Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:00:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:00:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:00:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:00:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:00:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:00:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:00:50.924Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:00:50.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:01:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:01:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:01:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:01:41.386Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:01:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:01:41.387Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:01:50.928Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:01:50.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:02:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:02:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:02:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:02:41.386Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:02:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:02:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:02:50.924Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:02:50.926Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:03:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:03:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:03:41.385Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:03:41.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:03:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:03:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:03:50.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:03:50.935Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:04:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:04:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:04:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:04:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:04:41.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:04:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:04:50.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:04:50.929Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:05:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:05:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:05:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:05:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:05:41.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:05:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:05:50.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:05:50.930Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:06:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:06:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:06:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:06:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:06:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:06:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:06:50.928Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:06:50.932Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:07:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:07:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:07:41.385Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:07:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:07:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:07:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:07:50.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:07:50.937Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:08:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:08:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:08:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:08:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:08:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:08:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:08:50.949Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:08:50.949Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:09:41.385Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:09:41.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:09:41.388Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:09:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:09:41.388Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:09:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:09:50.954Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:09:50.954Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:10:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:10:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:10:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:10:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:10:41.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:10:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:10:50.943Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:10:50.943Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:11:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:11:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:11:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:11:41.386Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:11:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:11:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:11:50.936Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:11:50.936Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:12:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:12:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:12:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:12:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:12:41.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:12:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:12:50.939Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:12:50.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:13:41.383Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:13:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:13:41.384Z|2459d394-c500-4b66-8da8-3d9c67dd216a|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:13:41.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:13:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:13:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:13:50.944Z|2459d394-c500-4b66-8da8-3d9c67dd216a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:13:50.951Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:14:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:14:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:14:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:14:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:14:41.387Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:14:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:14:50.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:14:50.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:15:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:15:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:15:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:15:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T08:15:41.387Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T08:15:41.388Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|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 So2y2X3OlwYoj1H8) ...
2022-12-16T08:15:50.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-16T08:15:50.939Z|d5f1b36c-2140-4c6c-888c-c7851c8418df|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK