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-22T03:17:08.933Z||main|||||INFO|500||The following profiles are active: basic
2022-12-22T03:17:20.398Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-22T03:17:20.398Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-22T03:17:20.508Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-22T03:17:24.629Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-22T03:17:25.058Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-22T03:17:25.532Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-22T03:17:25.539Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-22T03:17:25.665Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-22T03:17:25.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-22T03:17:26.498Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-22T03:17:28.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-22T03:17:30.517Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-22T03:17:30.577Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-22T03:17:31.226Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-22T03:17:31.484Z||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-22T03:17:32.681Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-22T03:17:33.779Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-22T03:17:33.800Z||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$$5917c19b.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-22T03:17:33.801Z||main|||||WARN|500||The sdc end point is not alive
2022-12-22T03:17:37.018Z||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-22T03:17:39.800Z||main|||||WARN|500||---
2022-12-22T03:17:39.800Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-22T03:17:39.801Z||main|||||WARN|500||---
2022-12-22T03:17:40.260Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-22T03:17:45.157Z||main|||||INFO|500||Started Application in 39.405 seconds (JVM running for 41.589)
2022-12-22T03:17:45.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-22T03:17:45.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-22T03:17:45.210Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-22T03:17:45.239Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-22T03:17:45.286Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d4b45aa-6122-4dc5-b0ac-35e253193448 url= /sdc/v1/artifactTypes
2022-12-22T03:17:45.287Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-22T03:17:45.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-22T03:17:45.584Z||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-22T03:17:45.608Z||scheduling-1|||||DEBUG|500||create keys
2022-12-22T03:17:45.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-22T03:17:45.687Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:17:45.704Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 54ffc36e-11f0-449d-90ca-b872b2febeba url= /sdc/v1/registerForDistribution
2022-12-22T03:17:45.845Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 54ffc36e-11f0-449d-90ca-b872b2febeba url= /sdc/v1/registerForDistribution
2022-12-22T03:17:45.845Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-22T03:17:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:17:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:17:45.867Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-22T03:17:45.868Z||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-22T03:17:45.868Z||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-22T03:17:45.868Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:17:45.869Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:17:56.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:17:56.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:18:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:18:45.853Z||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-22T03:18:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:18:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:18:45.855Z||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-22T03:18:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:18:55.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:18:55.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:19:45.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:19:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:19:45.858Z||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-22T03:19:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:19:45.861Z||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-22T03:19:45.861Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:19:55.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:19:55.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:20:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:20:45.853Z||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-22T03:20:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:20:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:20:45.856Z||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-22T03:20:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:20:55.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:20:55.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:21:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:21:45.853Z||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-22T03:21:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:21:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:21:45.856Z||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-22T03:21:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:21:55.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:21:55.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:22:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:22:45.853Z||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-22T03:22:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:22:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:22:45.855Z||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-22T03:22:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:22:55.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:22:55.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:23:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:23:45.853Z||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-22T03:23:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:23:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:23:45.855Z||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-22T03:23:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:23:55.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:23:55.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:24:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:24:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:24:45.855Z||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-22T03:24:45.855Z||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-22T03:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:24:55.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:24:55.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:25:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:25:45.855Z||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-22T03:25:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:25:45.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:25:45.856Z||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-22T03:25:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:25:55.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:25:55.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:26:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:26:45.853Z||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-22T03:26:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:26:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:26:45.855Z||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-22T03:26:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:26:55.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:26:55.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:27:44.391Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-22T03:27:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:27:45.853Z||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-22T03:27:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:27:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:27:45.855Z||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-22T03:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:27:55.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:27:55.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:28:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:28:45.853Z||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-22T03:28:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:28:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:28:45.855Z||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-22T03:28:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:28:55.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:28:55.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:29:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:29:45.853Z||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-22T03:29:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:29:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:29:45.855Z||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-22T03:29:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:29:55.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:29:55.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:30:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:30:45.853Z||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-22T03:30:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:30:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:30:45.855Z||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-22T03:30:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:30:55.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:30:55.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:31:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:31:45.853Z||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-22T03:31:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:31:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:31:45.855Z||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-22T03:31:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:31:55.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:31:55.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:32:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:32:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:32:45.854Z||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-22T03:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:32:45.855Z||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-22T03:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:32:55.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:32:55.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:33:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:33:45.853Z||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-22T03:33:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:33:45.855Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:33:45.856Z||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-22T03:33:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:33:55.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:33:55.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:34:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:34:45.853Z||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-22T03:34:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:34:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:34:45.855Z||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-22T03:34:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:34:55.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:34:55.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:35:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:35:45.853Z||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-22T03:35:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:35:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:35:45.855Z||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-22T03:35:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:35:55.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:35:55.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:36:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:36:45.853Z||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-22T03:36:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:36:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:36:45.855Z||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-22T03:36:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:36:55.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:36:55.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:37:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:37:45.853Z||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-22T03:37:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:37:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:37:45.854Z||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-22T03:37:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:37:55.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:37:55.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:38:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:38:45.853Z||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-22T03:38:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:38:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:38:45.855Z||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-22T03:38:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:38:55.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:38:55.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:39:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:39:45.853Z||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-22T03:39:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:39:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:39:45.855Z||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-22T03:39:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:39:55.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:39:55.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:40:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:40:45.853Z||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-22T03:40:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:40:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:40:45.854Z||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-22T03:40:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:40:55.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:40:55.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:41:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:41:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:41:45.854Z||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-22T03:41:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:41:45.855Z||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-22T03:41:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:41:55.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:41:55.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:42:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:42:45.853Z||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-22T03:42:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:42:45.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:42:45.855Z||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-22T03:42:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:42:55.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:42:55.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:43:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:43:45.853Z||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-22T03:43:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:43:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:43:45.855Z||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-22T03:43:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:43:55.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:43:55.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:44:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:44:45.853Z||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-22T03:44:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:44:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:44:45.854Z||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-22T03:44:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:44:55.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:44:55.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:45:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:45:45.853Z||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-22T03:45:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:45:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:45:45.855Z||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-22T03:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:45:55.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:45:55.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:46:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:46:45.853Z||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-22T03:46:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:46:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:46:45.854Z||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-22T03:46:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:46:55.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:46:55.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:47:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:47:45.853Z||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-22T03:47:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:47:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:47:45.855Z||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-22T03:47:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:47:55.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:47:55.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:48:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:48:45.853Z||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-22T03:48:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:48:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:48:45.854Z||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-22T03:48:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:48:55.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:48:55.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:49:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:49:45.853Z||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-22T03:49:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:49:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:49:45.854Z||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-22T03:49:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:49:55.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:49:55.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:50:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:50:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:50:45.855Z||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-22T03:50:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:50:45.855Z||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-22T03:50:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:50:55.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:50:55.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:51:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:51:45.853Z||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-22T03:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:51:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:51:45.854Z||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-22T03:51:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:51:55.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:51:55.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:52:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:52:45.853Z||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-22T03:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:52:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:52:45.855Z||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-22T03:52:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:52:55.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:52:55.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:53:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:53:45.853Z||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-22T03:53:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:53:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:53:45.855Z||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-22T03:53:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:53:55.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:53:55.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:54:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:54:45.853Z||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-22T03:54:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:54:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:54:45.855Z||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-22T03:54:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:54:55.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:54:55.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:55:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:55:45.853Z||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-22T03:55:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:55:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:55:45.854Z||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-22T03:55:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:55:55.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:55:55.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:56:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:56:45.853Z||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-22T03:56:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:56:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:56:45.855Z||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-22T03:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:56:55.408Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:56:55.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:57:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:57:45.853Z||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-22T03:57:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:57:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:57:45.854Z||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-22T03:57:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:57:55.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:57:55.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:58:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:58:45.853Z||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-22T03:58:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:58:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:58:45.854Z||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-22T03:58:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:58:55.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:58:55.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:59:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:59:45.853Z||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-22T03:59:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:59:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T03:59:45.854Z||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-22T03:59:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T03:59:55.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T03:59:55.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:00:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:00:45.854Z||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-22T04:00:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:00:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:00:45.854Z||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-22T04:00:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:00:55.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:00:55.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:01:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:01:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:01:45.854Z||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-22T04:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:01:45.855Z||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-22T04:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:01:55.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:01:55.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:02:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:02:45.854Z||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-22T04:02:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:02:45.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:02:45.856Z||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-22T04:02:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:02:55.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:02:55.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:03:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:03:45.853Z||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-22T04:03:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:03:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:03:45.854Z||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-22T04:03:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:03:55.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:03:55.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:04:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:04:45.853Z||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-22T04:04:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:04:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:04:45.854Z||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-22T04:04:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:04:55.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:04:55.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:05:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:05:45.853Z||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-22T04:05:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:05:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:05:45.855Z||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-22T04:05:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:05:55.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:05:55.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:06:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:06:45.853Z||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-22T04:06:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:06:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:06:45.855Z||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-22T04:06:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:06:55.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:06:55.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:07:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:07:45.853Z||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-22T04:07:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:07:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:07:45.854Z||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-22T04:07:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:07:55.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:07:55.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:08:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:08:45.853Z||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-22T04:08:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:08:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:08:45.855Z||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-22T04:08:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:08:55.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:08:55.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:09:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:09:45.853Z||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-22T04:09:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:09:45.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:09:45.856Z||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-22T04:09:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:09:55.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:09:55.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:10:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:10:45.853Z||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-22T04:10:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:10:45.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:10:45.855Z||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-22T04:10:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:10:55.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:10:55.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:11:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:11:45.853Z||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-22T04:11:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:11:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:11:45.854Z||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-22T04:11:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:11:55.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:11:55.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:12:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:12:45.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:12:45.858Z||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-22T04:12:45.858Z||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-22T04:12:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:12:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:12:55.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:12:55.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:13:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:13:45.853Z||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-22T04:13:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:13:45.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:13:45.857Z||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-22T04:13:45.858Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:13:55.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:13:55.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:14:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:14:45.853Z||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-22T04:14:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:14:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:14:45.856Z||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-22T04:14:45.857Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:14:55.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:14:55.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:15:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:15:45.853Z||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-22T04:15:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:15:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:15:45.854Z||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-22T04:15:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:15:55.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:15:55.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:16:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:16:45.853Z||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-22T04:16:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:16:45.855Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:16:45.856Z||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-22T04:16:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:16:55.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:16:55.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:17:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:17:45.853Z||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-22T04:17:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:17:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:17:45.856Z||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-22T04:17:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:17:55.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:17:55.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:18:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:18:45.853Z||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-22T04:18:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:18:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:18:45.855Z||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-22T04:18:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:18:55.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:18:55.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:19:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:19:45.853Z||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-22T04:19:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:19:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:19:45.854Z||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-22T04:19:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:19:55.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:19:55.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:20:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:20:45.853Z||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-22T04:20:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:20:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:20:45.855Z||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-22T04:20:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:20:55.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:20:55.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:21:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:21:45.853Z||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-22T04:21:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:21:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:21:45.854Z||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-22T04:21:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:21:55.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:21:55.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:22:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:22:45.853Z||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-22T04:22:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:22:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:22:45.855Z||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-22T04:22:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:22:55.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:22:55.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:23:45.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:23:45.854Z||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-22T04:23:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:23:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:23:45.855Z||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-22T04:23:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:23:55.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:23:55.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:24:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:24:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:24:45.854Z||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-22T04:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:24:45.855Z||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-22T04:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:24:55.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:24:55.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:25:45.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:25:45.853Z||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-22T04:25:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:25:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:25:45.855Z||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-22T04:25:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:25:55.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:25:55.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:26:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:26:45.853Z||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-22T04:26:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:26:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:26:45.855Z||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-22T04:26:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:26:55.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:26:55.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:27:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:27:45.853Z||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-22T04:27:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:27:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:27:45.855Z||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-22T04:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:27:55.413Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:27:55.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:28:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:28:45.853Z||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-22T04:28:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:28:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:28:45.855Z||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-22T04:28:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:28:55.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:28:55.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:29:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:29:45.853Z||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-22T04:29:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:29:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:29:45.855Z||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-22T04:29:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:29:55.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:29:55.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:30:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:30:45.853Z||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-22T04:30:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:30:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:30:45.855Z||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-22T04:30:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:30:55.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:30:55.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:31:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:31:45.853Z||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-22T04:31:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:31:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:31:45.855Z||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-22T04:31:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:31:55.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:31:55.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:32:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:32:45.853Z||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-22T04:32:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:32:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:32:45.855Z||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-22T04:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:32:55.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:32:55.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:33:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:33:45.853Z||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-22T04:33:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:33:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:33:45.854Z||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-22T04:33:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:33:55.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:33:55.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:34:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:34:45.854Z||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-22T04:34:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:34:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:34:45.854Z||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-22T04:34:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:34:55.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:34:55.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:35:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:35:45.853Z||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-22T04:35:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:35:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:35:45.855Z||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-22T04:35:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:35:55.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:35:55.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:36:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:36:45.853Z||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-22T04:36:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:36:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:36:45.855Z||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-22T04:36:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:36:55.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:36:55.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:37:45.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:37:45.853Z||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-22T04:37:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:37:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:37:45.855Z||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-22T04:37:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:37:55.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:37:55.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:38:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:38:45.853Z||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-22T04:38:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:38:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:38:45.857Z||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-22T04:38:45.857Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:38:55.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:38:55.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:39:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:39:45.853Z||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-22T04:39:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:39:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:39:45.855Z||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-22T04:39:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:39:55.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:39:55.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:40:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:40:45.853Z||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-22T04:40:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:40:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:40:45.854Z||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-22T04:40:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:40:55.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:40:55.409Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:41:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:41:45.853Z||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-22T04:41:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:41:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:41:45.854Z||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-22T04:41:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:41:55.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:41:55.493Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:42:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:42:45.853Z||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-22T04:42:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:42:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:42:45.854Z||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-22T04:42:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:42:55.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:42:55.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:43:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:43:45.853Z||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-22T04:43:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:43:45.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:43:45.855Z||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-22T04:43:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:43:55.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:43:55.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:44:45.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:44:45.853Z||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-22T04:44:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:44:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:44:45.855Z||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-22T04:44:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:44:55.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:44:55.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:45:45.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:45:45.853Z||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-22T04:45:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:45:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:45:45.855Z||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-22T04:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:45:55.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:45:55.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:45.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:46:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:46:45.856Z||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-22T04:46:45.856Z||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-22T04:46:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:46:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:46:46.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:46.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:46.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade","serviceName":"vFW 2022-12-22 04-45-20","serviceVersion":"1.0","serviceUUID":"b19410a8-3eb7-462d-bbbf-42c4505f389f","serviceDescription":"catalog service description","serviceInvariantUUID":"6185e652-3da7-4b34-9658-c79228d7cd42","resources":[{"resourceInstanceName":"vFW 2908bb76-3c74 0","resourceName":"vFW 2908bb76-3c74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3251a9c-5de9-4a1b-9eab-a083fdad6327","resourceInvariantUUID":"5559e3f0-8539-4b1b-9bd2-f994b6090f55","resourceCustomizationUUID":"f36da537-2812-4063-b72b-aba31986cec3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml","artifactChecksum":"ZWEzN2MzY2RhNDk4MTQwODg5OWI4MTI1NDE4YTAzMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37de0fad-a735-4ec7-9a83-b97a900f7af7","artifactVersion":"1"},{"artifactName":"vfw2908bb763c740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json","artifactChecksum":"Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7abc3dde-bf88-498e-82fa-adf735e30b7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml","artifactChecksum":"MTdjMzIyODk4ZGQzMjgwZjg5OTkwYjkwOWRmNzYzNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e594bc4-c8f5-4a29-939f-4e606dbca329","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a154cf59-8c81-4e09-b703-01c10716fb40","artifactVersion":"2","generatedFromUUID":"7cee9e2a-ab5e-48fe-886f-74a8dc30aad8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221222044520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml","artifactChecksum":"OTZiYTNjYzY3ODU3OTY1NzdlYjYyODA2YjVlYjg1OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f91162a-067e-4fd6-8fc4-f1211dbc1988","artifactVersion":"1"},{"artifactName":"service-Vfw20221222044520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar","artifactChecksum":"ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e5c7c57-6d30-4fee-805e-1bb1caf7f074","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T04:46:46.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:46.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:46.576Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:46.576Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684388662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684386582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684396924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684398010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684391358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684391329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684399095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684399310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684399529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684400189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-12-22T04:46:46.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-22T04:46:46.681Z||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-22T04:46:46.681Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-22T04:46:46.694Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:46.694Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-22T04:46:46.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:46:46.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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-22T04:46:46.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "cds",
  "timestamp": 1671684400329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-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-22T04:46:46.942Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:46:46.942Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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-22T04:46:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684401193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684395240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684403146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:46:47.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:47.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:47.589Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:47.589Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:46:47.689Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:47.689Z||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-22T04:46:47.690Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:47.722Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:47.723Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:48.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:48.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:48.591Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:48.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:46:48.692Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:48.697Z||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-22T04:46:48.697Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:48.713Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:48.714Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:49.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:49.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:49.594Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:49.595Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:49.701Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-22T04:46:49.701Z||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-22T04:46:49.702Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:49.724Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:49.724Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:50.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:50.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:50.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:50.599Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-22T04:46:50.699Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:50.701Z||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-22T04:46:50.701Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:50.713Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:50.714Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:51.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:51.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:51.603Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:51.603Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:46:51.709Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-22T04:46:51.710Z||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-22T04:46:51.710Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:51.722Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:51.722Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:46:52.603Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:46:52.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:52.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:52.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:46:52.709Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-22T04:46:52.710Z||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-22T04:46:52.710Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:52.721Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:52.722Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:53.609Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "serviceName": "vFW 2022-12-22 04-45-20",
  "serviceVersion": "1.0",
  "serviceUUID": "b19410a8-3eb7-462d-bbbf-42c4505f389f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6185e652-3da7-4b34-9658-c79228d7cd42",
  "resources": [
    {
      "resourceInstanceName": "vFW 2908bb76-3c74 0",
      "resourceCustomizationUUID": "f36da537-2812-4063-b72b-aba31986cec3",
      "resourceName": "vFW 2908bb76-3c74",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3251a9c-5de9-4a1b-9eab-a083fdad6327",
      "resourceInvariantUUID": "5559e3f0-8539-4b1b-9bd2-f994b6090f55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2908bb763c740_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
          "artifactChecksum": "Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7abc3dde-bf88-498e-82fa-adf735e30b7e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a154cf59-8c81-4e09-b703-01c10716fb40",
            "generatedFromUUID": "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a154cf59-8c81-4e09-b703-01c10716fb40",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221222044520-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
      "artifactChecksum": "ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e5c7c57-6d30-4fee-805e-1bb1caf7f074"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T04:46:53.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T04:46:53.611Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b19410a8-3eb7-462d-bbbf-42c4505f389f ASDC
2022-12-22T04:46:53.759Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
ServiceName:vFW 2022-12-22 04-45-20
ServiceVersion:1.0
ServiceUUID:b19410a8-3eb7-462d-bbbf-42c4505f389f
ServiceInvariantUUID:6185e652-3da7-4b34-9658-c79228d7cd42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221222044520-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
ArtifactUUID:5e5c7c57-6d30-4fee-805e-1bb1caf7f074
ArtifactChecksum:ZmY4YTc4M2U4NzE4OGRkMDBiN2JlNDlkOGU3YTgxNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2908bb76-3c74 0
ResourceCustomizationUUID:f36da537-2812-4063-b72b-aba31986cec3
ResourceInvariantUUID:5559e3f0-8539-4b1b-9bd2-f994b6090f55
ResourceName:vFW 2908bb76-3c74
ResourceType:VF
ResourceUUID:d3251a9c-5de9-4a1b-9eab-a083fdad6327
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2908bb763c740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
ArtifactUUID:7abc3dde-bf88-498e-82fa-adf735e30b7e
ArtifactChecksum:Nzc2NTYwMGUzYzIzODQyMmRmYzNhM2Y4YTI1YTBmMTc=
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
ArtifactUUID:7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
ArtifactUUID:a154cf59-8c81-4e09-b703-01c10716fb40
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/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
ArtifactUUID:a154cf59-8c81-4e09-b703-01c10716fb40
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T04:46:53.760Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b19410a8-3eb7-462d-bbbf-42c4505f389f 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-22T04:46:53.825Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:46:53.827Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:53.828Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:53.829Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e5c7c57-6d30-4fee-805e-1bb1caf7f074 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.829Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:53.830Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.920Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:53.939Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar 5e5c7c57-6d30-4fee-805e-1bb1caf7f074 100704
2022-12-22T04:46:53.940Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar ASDC sendASDCNotification
2022-12-22T04:46:53.940Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:53.941Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:53.942Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:53.944Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:53.944Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684413939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:54.045Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:46:54.046Z||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-22T04:46:54.046Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:54.086Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:54.087Z||pool-10-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:46:54.945Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:46:54.946Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:46:54.946Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5e5c7c57-6d30-4fee-805e-1bb1caf7f074, URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar to file: /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:54.947Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.044Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.045Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:55.817Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5222997516924019162/Definitions/service-Vfw20221222044520-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-22T04:46:58.650Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.656Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.657Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2908bb76-3c74 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-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.658Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.659Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.660Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221222044520-csar.csar
2022-12-22T04:46:58.660Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:46:58.668Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.670Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.674Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.674Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:46:58.676Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:46:58.677Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.678Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.679Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.682Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.683Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.684Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.685Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.686Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.687Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.689Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.690Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:46:58.691Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.692Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.693Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.694Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65e61819-22f7-4e8c-98cd-0805da95328b
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.695Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.696Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:46:58.697Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
2022-12-22T04:46:58.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:46:58.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:46:58.700Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:46:58.701Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a225c439-f704-4ce6-8c71-fe0a7db02e3e
2022-12-22T04:46:58.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.703Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:46:58.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-22 04-45-20
Description:catalog service description
Model UUID:b19410a8-3eb7-462d-bbbf-42c4505f389f
Model Version:NULL
Model InvariantUuid:6185e652-3da7-4b34-9658-c79228d7cd42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2908bb76-3c74
Model UUID:e0d6925f-93eb-438b-8607-2d516c7050fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5559e3f0-8539-4b1b-9bd2-f994b6090f55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f36da537-2812-4063-b72b-aba31986cec3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
ModelName:Vfw2908bb763c74..base_vfw..module-0
ModelUuid:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65e61819-22f7-4e8c-98cd-0805da95328b
ModelInvariantUuid:cc1341a9-6e15-4c78-8f66-0757626c4e4e
ModelName:vFW 2908bb76-3c74-nodes.vfwCvfc
ModelUuid:ba79abc7-47c3-4e52-a660-f685ac8b42e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:670a1ff2-85c9-441a-8fbb-b26ea39e5891
ModelInvariantUuid:50095961-8cc0-4361-932a-095c80b106dc
ModelName:Vfw2908bb763c74.compute.nodes.heat.vfw
ModelUuid:17866629-1d9b-471f-8b1f-af681d9ebb65
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
ModelInvariantUuid:407e086d-9a3a-456b-8ec1-4a000e1d2105
ModelName:vFW 2908bb76-3c74-nodes.vsnCvfc
ModelUuid:714230b7-596c-43ba-af19-a4987f6ca250
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7746a7ef-22e6-4e57-b5bf-bf9da55d6473
ModelInvariantUuid:c3c9d7e2-e27c-403e-a17c-77bbf5b8b2bd
ModelName:Vfw2908bb763c74.compute.nodes.heat.vsn
ModelUuid:4c00bd08-ee4d-4da0-8276-3061a633574d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a225c439-f704-4ce6-8c71-fe0a7db02e3e
ModelInvariantUuid:b1aec7a9-500e-4b37-a831-0554b5b955af
ModelName:vFW 2908bb76-3c74-nodes.vpgCvfc
ModelUuid:d4ff1841-7419-4706-af2c-ca359dbcc385
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fcaf1cd1-ac4f-4621-9eaa-dd1289e71c43
ModelInvariantUuid:0a3af5cd-b96a-4f59-8da6-6a77d9bfe82b
ModelName:Vfw2908bb763c74.compute.nodes.heat.vpg
ModelUuid:fd03a618-7b8a-404d-954b-a6828e113681
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-22T04:46:58.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d3251a9c-5de9-4a1b-9eab-a083fdad6327
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-22T04:46:58.807Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||vFW 2908bb76-3c74 0
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3251a9c-5de9-4a1b-9eab-a083fdad6327
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7abc3dde-bf88-498e-82fa-adf735e30b7e from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.814Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:58.815Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.881Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:58.881Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json 7abc3dde-bf88-498e-82fa-adf735e30b7e 785
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json ASDC sendASDCNotification
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:46:58.882Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:58.883Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:58.885Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:58.885Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684418882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:46:58.986Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T04:46:58.987Z||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-22T04:46:58.987Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:46:59.009Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:46:59.009Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:46:59.887Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2908bb763c74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90afefb2-b004-4bc3-ac4e-cc01ab5020cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e7e94e0-85d0-4431-8d4e-60a0765ab89e",
    "vfModuleModelCustomizationUUID": "f627181c-ad57-480d-8144-5767452cfdf6",
    "isBase": true,
    "artifacts": [
      "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
      "a154cf59-8c81-4e09-b703-01c10716fb40"
    ],
    "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-22T04:46:59.901Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2908bb763c74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
VfModuleModelInvariantUUID:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
,
a154cf59-8c81-4e09-b703-01c10716fb40

}
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-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2908bb763c74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90afefb2-b004-4bc3-ac4e-cc01ab5020cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e7e94e0-85d0-4431-8d4e-60a0765ab89e",
    "vfModuleModelCustomizationUUID": "f627181c-ad57-480d-8144-5767452cfdf6",
    "isBase": true,
    "artifacts": [
      "7cee9e2a-ab5e-48fe-886f-74a8dc30aad8",
      "a154cf59-8c81-4e09-b703-01c10716fb40"
    ],
    "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-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2908bb763c74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e7e94e0-85d0-4431-8d4e-60a0765ab89e
VfModuleModelInvariantUUID:90afefb2-b004-4bc3-ac4e-cc01ab5020cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cee9e2a-ab5e-48fe-886f-74a8dc30aad8
,
a154cf59-8c81-4e09-b703-01c10716fb40

}
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-22T04:46:59.904Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7cee9e2a-ab5e-48fe-886f-74a8dc30aad8 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.905Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:46:59.905Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.963Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:46:59.964Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml 7cee9e2a-ab5e-48fe-886f-74a8dc30aad8 20368
2022-12-22T04:46:59.965Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-22T04:46:59.965Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:46:59.966Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:46:59.966Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:46:59.969Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:46:59.969Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684419965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:47:00.069Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:00.070Z||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-22T04:47:00.070Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:00.081Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:00.082Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:00.970Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a154cf59-8c81-4e09-b703-01c10716fb40 from URL: /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:00.971Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:47:00.972Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:01.031Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:47:01.032Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env a154cf59-8c81-4e09-b703-01c10716fb40 2098
2022-12-22T04:47:01.032Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:47:01.033Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:01.036Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:01.036Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684421032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:47:01.136Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:01.137Z||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-22T04:47:01.137Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:01.151Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:01.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:02.037Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b19410a8-3eb7-462d-bbbf-42c4505f389f
2022-12-22T04:47:02.037Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2908bb76-3c74 0 d3251a9c-5de9-4a1b-9eab-a083fdad6327 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-22T04:47:02.074Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6463f5e6, org.onap.sdc.toscaparser.api.parameters.Input@4289cd8d, org.onap.sdc.toscaparser.api.parameters.Input@62e8757b, org.onap.sdc.toscaparser.api.parameters.Input@7a7989de, org.onap.sdc.toscaparser.api.parameters.Input@1ce9fb2]
2022-12-22T04:47:02.078Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-12-22T04:47:02.079Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f36da537-2812-4063-b72b-aba31986cec3
2022-12-22T04:47:02.080Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f36da537-2812-4063-b72b-aba31986cec3 matches Tosca VF Customization UUID: f36da537-2812-4063-b72b-aba31986cec3
2022-12-22T04:47:02.080Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f36da537-2812-4063-b72b-aba31986cec3  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-22T04:47:02.086Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.087Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f36da537-2812-4063-b72b-aba31986cec3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d6b23b4
2022-12-22T04:47:02.088Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.089Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:47:02.089Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f627181c-ad57-480d-8144-5767452cfdf6
2022-12-22T04:47:02.090Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f627181c-ad57-480d-8144-5767452cfdf6
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-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.096Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.097Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.098Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:47:02.099Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.100Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:47:02.101Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.101Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65e61819-22f7-4e8c-98cd-0805da95328b
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-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.111Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.112Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:47:02.113Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-22T04:47:02.114Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.115Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=851eb67e-3cdc-4384-bbbe-0d1ed6a276e3
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-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.117Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is not matching search criteria
2022-12-22T04:47:02.120Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-22T04:47:02.121Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-22T04:47:02.122Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-22T04:47:02.123Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a225c439-f704-4ce6-8c71-fe0a7db02e3e
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-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.125Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Node template vFW 2908bb76-3c74 0 is matching search criteria
2022-12-22T04:47:02.126Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2908bb76-3c74 0] matching following query criteria: sdcType=VF, customizationUUID=f36da537-2812-4063-b72b-aba31986cec3
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-22T04:47:02.128Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.128Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.129Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b19410a8-3eb7-462d-bbbf-42c4505f389f: vFW 2908bb76-3c74
2022-12-22T04:47:02.129Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.130Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.131Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-22 04-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:47:02.132Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-12-22 04-45-20 
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-22T04:47:02.378Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2908bb76-3c74 d3251a9c-5de9-4a1b-9eab-a083fdad6327 1 ASDC deployResourceStructure
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json ASDC sendASDCNotification
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json
2022-12-22T04:47:02.379Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:02.380Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:02.381Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:02.382Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684422379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:47:02.482Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:02.483Z||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-22T04:47:02.483Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:02.495Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:02.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:03.385Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:03.387Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:03.387Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684423384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T04:47:03.487Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:03.488Z||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-22T04:47:03.488Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:03.503Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:03.504Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:04.388Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:04.389Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:04.391Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:04.391Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684424388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-22T04:47:04.492Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:04.493Z||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-22T04:47:04.493Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:04.505Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:04.505Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:47:05.392Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar ASDC sendASDCNotification
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:47:05.393Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:47:05.395Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:47:05.395Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684425392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:47:05.496Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:47:05.496Z||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-22T04:47:05.497Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:47:05.513Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:05.513Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:47:06.397Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:47:06.418Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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-22T04:47:06.421Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:47:06.421Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:47:06.422Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:47:36.422Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:47:36.435Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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-22T04:47:36.437Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:47:36.437Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:47:36.438Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:47:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:47:45.855Z||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-22T04:47:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:47:45.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:47:45.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:06.438Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:48:06.452Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:48:06.455Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:48:36.456Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:48:36.469Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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-22T04:48:36.472Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:48:36.473Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T04:48:36.473Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T04:48:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:48:45.855Z||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-22T04:48:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:48:46.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:48:46.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684410072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684411079,
  "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-22T04:48:46.407Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:48:46.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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-22T04:48:46.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684405852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684413939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684416971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "aai-ml",
  "timestamp": 1671684417986,
  "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-22T04:48:46.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
2022-12-22T04:48:46.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684418882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684419965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684421032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684422379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/vfw2908bb763c740_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684423384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684424388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/resourceInstances/vfw2908bb763c740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684425392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221222044520/1.0/artifacts/service-Vfw20221222044520-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684421359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684421329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684425240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684430957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684431388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684433013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "cds",
  "timestamp": 1671684432395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-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-22T04:48:46.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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-22T04:48:46.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671684426582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684435701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684428662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671684436705,
  "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-22T04:48:46.470Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.470Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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-22T04:48:46.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684436457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684437540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684438609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684439040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684439641,
  "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-22T04:48:46.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.486Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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-22T04:48:46.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "aai-ml",
  "timestamp": 1671684440045,
  "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-22T04:48:46.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce57370c-b0cf-4e91-bf56-a6414947803f
2022-12-22T04:48:46.499Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce57370c-b0cf-4e91-bf56-a6414947803f 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-22T04:48:46.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:48:46.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671684440646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:48:46.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:49:06.474Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:49:06.486Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade
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-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T04:49:06.489Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:49:06.490Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-22T04:49:06.503Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T04:49:36.504Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade 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-22T04:49:36.514Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade and serviceModelVersionId: b19410a8-3eb7-462d-bbbf-42c4505f389f
2022-12-22T04:49:36.515Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6185e652-3da7-4b34-9658-c79228d7cd42
2022-12-22T04:49:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:49:45.855Z||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-22T04:49:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:49:51.173Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0
2022-12-22T04:49:51.285Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T04:49:51.775Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|INFO|500||Invoke
2022-12-22T04:49:51.782Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa61a3b3-0e22-40a3-af13-13f776aae472], X-ECOMP-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], X-TransactionId=[], X-ONAP-RequestID=[ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade], Content-Type=[application/merge-patch+json]}
2022-12-22T04:49:51.921Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T04:49:52.256Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?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/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 04:49:52 GMT], content-length=[0], vertex-id=[344248], x-aai-txid=[2-aai-resources-221222-04:49:52:598-10675], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T04:49:52.257Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-22T04:49:52.258Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6185e652-3da7-4b34-9658-c79228d7cd42/model-vers/model-ver/b19410a8-3eb7-462d-bbbf-42c4505f389f?depth=0|INFO|500||InvokeReturn
2022-12-22T04:49:52.262Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T04:49:52.262Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-22T04:49:52.268Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-22T04:49:52.269Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T04:49:52.270Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T04:49:52.270Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:52.272Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:52.272Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684592269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:49:52.372Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T04:49:52.373Z||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-22T04:49:52.373Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:52.385Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:52.386Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:49:53.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684592269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:49:53.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T04:49:53.285Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:49:53.286Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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-22T04:49:53.286Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:49:57.698Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:57.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T04:49:57.699Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce57370c-b0cf-4e91-bf56-a6414947803f","serviceName":"basic_onboard_UFPetH","serviceVersion":"1.0","serviceUUID":"869f1ebe-033e-4ab5-9947-bc5308b3aa21","serviceDescription":"service","serviceInvariantUUID":"407b0caf-34c2-4082-bbf8-7084dbc817bc","resources":[{"resourceInstanceName":"basic_onboard_UFPetH 0","resourceName":"basic_onboard_UFPetH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aae01e72-ad6b-47b1-a13e-b1078e224c11","resourceInvariantUUID":"02a164a8-e34a-4ba9-a523-0ad5f7205d28","resourceCustomizationUUID":"62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml","artifactChecksum":"N2FkOTJhMDZmMWM5OTYxMzUwODg4M2U3NjgyMmIxYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96c4e9a6-00a8-4215-a0ea-2e2b1602dc04","artifactVersion":"1"},{"artifactName":"basic_onboard_ufpeth0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json","artifactChecksum":"MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"978006c5-7848-4210-86af-8e395c63b4b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5051fce1-174d-4311-ba49-efbe1ed4059b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79fe289a-ffaf-46b9-8d1c-51cd22243912","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b8f2812-2fd0-4a42-9460-9801e3258a84","artifactVersion":"2","generatedFromUUID":"5051fce1-174d-4311-ba49-efbe1ed4059b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUfpeth-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml","artifactChecksum":"ZDBlMTM2OTZhMjhkNDM4MDhjZjE2MDg1MDNiNzY2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1edced2-cc32-44bf-9668-273e01a8ab0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUfpeth-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar","artifactChecksum":"Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cbf59df-045f-4fbb-bbed-43fe282d771c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T04:49:57.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:57.702Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:57.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:57.704Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:49:57.805Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:57.806Z||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-22T04:49:57.806Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:57.816Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:57.816Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:58.705Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:58.706Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:58.708Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:58.708Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:49:58.808Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:58.809Z||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-22T04:49:58.809Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:58.820Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:58.821Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:49:59.709Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:49:59.710Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:49:59.712Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:49:59.712Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:49:59.812Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:49:59.813Z||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-22T04:49:59.813Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:49:59.826Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:49:59.826Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:00.713Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:00.714Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:00.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:00.716Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:50:00.817Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T04:50:00.818Z||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-22T04:50:00.818Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:00.828Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:00.828Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:01.717Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:01.718Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:01.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:01.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-22T04:50:01.820Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:01.821Z||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-22T04:50:01.821Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:01.832Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:01.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:02.720Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:02.721Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:02.723Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:02.723Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:50:02.823Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:02.824Z||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-22T04:50:02.825Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:02.838Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:02.838Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T04:50:03.724Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T04:50:03.725Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:03.727Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:03.727Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:50:03.827Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:03.828Z||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-22T04:50:03.829Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:03.842Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:03.843Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:04.729Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "serviceName": "basic_onboard_UFPetH",
  "serviceVersion": "1.0",
  "serviceUUID": "869f1ebe-033e-4ab5-9947-bc5308b3aa21",
  "serviceDescription": "service",
  "serviceInvariantUUID": "407b0caf-34c2-4082-bbf8-7084dbc817bc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UFPetH 0",
      "resourceCustomizationUUID": "62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe",
      "resourceName": "basic_onboard_UFPetH",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aae01e72-ad6b-47b1-a13e-b1078e224c11",
      "resourceInvariantUUID": "02a164a8-e34a-4ba9-a523-0ad5f7205d28",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ufpeth0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
          "artifactChecksum": "MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "978006c5-7848-4210-86af-8e395c63b4b0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5051fce1-174d-4311-ba49-efbe1ed4059b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b8f2812-2fd0-4a42-9460-9801e3258a84",
            "generatedFromUUID": "5051fce1-174d-4311-ba49-efbe1ed4059b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b8f2812-2fd0-4a42-9460-9801e3258a84",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUfpeth-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
      "artifactChecksum": "Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cbf59df-045f-4fbb-bbed-43fe282d771c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T04:50:04.729Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T04:50:04.730Z|ff3d17a2-2c0e-4e2b-a3b0-b6a3c6903ade|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 869f1ebe-033e-4ab5-9947-bc5308b3aa21 ASDC
2022-12-22T04:50:04.730Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ce57370c-b0cf-4e91-bf56-a6414947803f
ServiceName:basic_onboard_UFPetH
ServiceVersion:1.0
ServiceUUID:869f1ebe-033e-4ab5-9947-bc5308b3aa21
ServiceInvariantUUID:407b0caf-34c2-4082-bbf8-7084dbc817bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUfpeth-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
ArtifactUUID:5cbf59df-045f-4fbb-bbed-43fe282d771c
ArtifactChecksum:Njg2YTNlYjM0NzEwYjZlZTJjYzZiOWRhZDVlMWQ5NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UFPetH 0
ResourceCustomizationUUID:62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
ResourceInvariantUUID:02a164a8-e34a-4ba9-a523-0ad5f7205d28
ResourceName:basic_onboard_UFPetH
ResourceType:VF
ResourceUUID:aae01e72-ad6b-47b1-a13e-b1078e224c11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ufpeth0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
ArtifactUUID:978006c5-7848-4210-86af-8e395c63b4b0
ArtifactChecksum:MjZhNDM5OTEzMTI3MGNlNzJlNGZmZWExODA4YzUwZTk=
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5051fce1-174d-4311-ba49-efbe1ed4059b
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
ArtifactUUID:8b8f2812-2fd0-4a42-9460-9801e3258a84
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/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
ArtifactUUID:8b8f2812-2fd0-4a42-9460-9801e3258a84
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T04:50:04.731Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 869f1ebe-033e-4ab5-9947-bc5308b3aa21 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-22T04:50:04.758Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:50:04.758Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5cbf59df-045f-4fbb-bbed-43fe282d771c from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:04.759Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.907Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:04.912Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar 5cbf59df-045f-4fbb-bbed-43fe282d771c 75321
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar ASDC sendASDCNotification
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:04.913Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:04.915Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:04.915Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684604912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:05.016Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:05.017Z||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-22T04:50:05.017Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:05.028Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:05.029Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:05.916Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5cbf59df-045f-4fbb-bbed-43fe282d771c, URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar to file: /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.917Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.918Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:05.918Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:06.060Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10633886393302556444/Definitions/service-BasicOnboardUfpeth-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-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:50:07.405Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UFPetH 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-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.407Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:50:07.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-22T04:50:07.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.410Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-22T04:50:07.411Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.413Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:07.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45b90695-aa50-4cf4-a7d3-56cdd668080d
2022-12-22T04:50:07.415Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.416Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:07.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UFPetH
Description:service
Model UUID:869f1ebe-033e-4ab5-9947-bc5308b3aa21
Model Version:NULL
Model InvariantUuid:407b0caf-34c2-4082-bbf8-7084dbc817bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UFPetH
Model UUID:c4864c16-2c9c-48f7-9c27-b35c2eb2f0e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02a164a8-e34a-4ba9-a523-0ad5f7205d28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b8c1326f-2570-4aac-bac3-f5c71c676d44
ModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
ModelUuid:6719d990-ed1d-4272-b632-2a8f8e901683
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:45b90695-aa50-4cf4-a7d3-56cdd668080d
ModelInvariantUuid:fcaf7775-10a7-4813-afc8-09252a15f824
ModelName:basic_onboard_UFPetH-nodes.ubuntu18Cvfc
ModelUuid:30866062-3102-434e-bfd3-37d9702fca50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2ec628f8-bdd5-45f4-b015-a8b823add033
ModelInvariantUuid:431b02b7-63c3-4458-95dd-c915ddf8796a
ModelName:BasicOnboardUfpeth.compute.nodes.heat.ubuntu18
ModelUuid:b652c61f-01ea-4fba-946d-69627e642640
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-22T04:50:07.426Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: aae01e72-ad6b-47b1-a13e-b1078e224c11
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-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||basic_onboard_UFPetH 0
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aae01e72-ad6b-47b1-a13e-b1078e224c11
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 978006c5-7848-4210-86af-8e395c63b4b0 from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.429Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:07.430Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.518Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json 978006c5-7848-4210-86af-8e395c63b4b0 798
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json ASDC sendASDCNotification
2022-12-22T04:50:07.519Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:07.520Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:07.520Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:07.524Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:07.524Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684607519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:07.624Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:07.625Z||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-22T04:50:07.625Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:07.639Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:07.641Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:08.525Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUfpeth..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b8c1326f-2570-4aac-bac3-f5c71c676d44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6719d990-ed1d-4272-b632-2a8f8e901683",
    "vfModuleModelCustomizationUUID": "1ae4844c-2595-4a93-81b1-1b3880f70cd6",
    "isBase": true,
    "artifacts": [
      "5051fce1-174d-4311-ba49-efbe1ed4059b",
      "8b8f2812-2fd0-4a42-9460-9801e3258a84"
    ],
    "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-22T04:50:08.530Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6719d990-ed1d-4272-b632-2a8f8e901683
VfModuleModelInvariantUUID:b8c1326f-2570-4aac-bac3-f5c71c676d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
5051fce1-174d-4311-ba49-efbe1ed4059b
,
8b8f2812-2fd0-4a42-9460-9801e3258a84

}
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-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUfpeth..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b8c1326f-2570-4aac-bac3-f5c71c676d44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6719d990-ed1d-4272-b632-2a8f8e901683",
    "vfModuleModelCustomizationUUID": "1ae4844c-2595-4a93-81b1-1b3880f70cd6",
    "isBase": true,
    "artifacts": [
      "5051fce1-174d-4311-ba49-efbe1ed4059b",
      "8b8f2812-2fd0-4a42-9460-9801e3258a84"
    ],
    "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-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfpeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6719d990-ed1d-4272-b632-2a8f8e901683
VfModuleModelInvariantUUID:b8c1326f-2570-4aac-bac3-f5c71c676d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
5051fce1-174d-4311-ba49-efbe1ed4059b
,
8b8f2812-2fd0-4a42-9460-9801e3258a84

}
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-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5051fce1-174d-4311-ba49-efbe1ed4059b from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:08.532Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.604Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:08.604Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml 5051fce1-174d-4311-ba49-efbe1ed4059b 5033
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:08.605Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:08.607Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:08.607Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684608604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:08.707Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:08.708Z||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-22T04:50:08.708Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:08.725Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:08.725Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:09.608Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b8f2812-2fd0-4a42-9460-9801e3258a84 from URL: /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.608Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-22T04:50:09.609Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.677Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-22T04:50:09.677Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env 8b8f2812-2fd0-4a42-9460-9801e3258a84 909
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T04:50:09.678Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:09.680Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:09.680Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684609678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:09.780Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:09.782Z||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-22T04:50:09.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:09.794Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:09.794Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:10.681Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 869f1ebe-033e-4ab5-9947-bc5308b3aa21
2022-12-22T04:50:10.681Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UFPetH 0 aae01e72-ad6b-47b1-a13e-b1078e224c11 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-22T04:50:10.694Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eaf05a0, org.onap.sdc.toscaparser.api.parameters.Input@dfb96f7, org.onap.sdc.toscaparser.api.parameters.Input@16adb21f, org.onap.sdc.toscaparser.api.parameters.Input@14309498, org.onap.sdc.toscaparser.api.parameters.Input@123401bb]
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-12-22T04:50:10.695Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
2022-12-22T04:50:10.696Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe matches Tosca VF Customization UUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
2022-12-22T04:50:10.696Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe  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-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@286bd9d5
2022-12-22T04:50:10.698Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ae4844c-2595-4a93-81b1-1b3880f70cd6
2022-12-22T04:50:10.699Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ae4844c-2595-4a93-81b1-1b3880f70cd6
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-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.701Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is not matching search criteria
2022-12-22T04:50:10.702Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-22T04:50:10.703Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-22T04:50:10.703Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=45b90695-aa50-4cf4-a7d3-56cdd668080d
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-22T04:50:10.704Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.704Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UFPetH 0 is matching search criteria
2022-12-22T04:50:10.705Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UFPetH 0] matching following query criteria: sdcType=VF, customizationUUID=62bef7af-c263-4a6a-ba2a-e8fe4b7dcabe
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-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 869f1ebe-033e-4ab5-9947-bc5308b3aa21: basic_onboard_UFPetH
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.707Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.708Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T04:50:10.709Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UFPetH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T04:50:10.709Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_UFPetH 
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-22T04:50:10.776Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UFPetH aae01e72-ad6b-47b1-a13e-b1078e224c11 1 ASDC deployResourceStructure
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json ASDC sendASDCNotification
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:10.777Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:10.779Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:10.779Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684610777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:10.879Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:10.880Z||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-22T04:50:10.880Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:10.891Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:10.891Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:11.780Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-22T04:50:11.780Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml
2022-12-22T04:50:11.781Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:11.781Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:11.783Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:11.783Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:11.883Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:11.884Z||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-22T04:50:11.884Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:11.900Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:11.900Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:12.784Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:12.785Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:12.787Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:12.787Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684612784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:12.887Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:12.888Z||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-22T04:50:12.889Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:12.899Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:12.900Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar ASDC sendASDCNotification
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar
2022-12-22T04:50:13.788Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T04:50:13.789Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:13.790Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:13.790Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684613787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:13.891Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:13.891Z||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-22T04:50:13.892Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:13.906Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:13.906Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:14.791Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:50:14.800Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f
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-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T04:50:14.804Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T04:50:14.805Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-22T04:50:14.810Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T04:50:44.811Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce57370c-b0cf-4e91-bf56-a6414947803f 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-22T04:50:44.816Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce57370c-b0cf-4e91-bf56-a6414947803f and serviceModelVersionId: 869f1ebe-033e-4ab5-9947-bc5308b3aa21
2022-12-22T04:50:44.816Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 407b0caf-34c2-4082-bbf8-7084dbc817bc
2022-12-22T04:50:44.817Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0
2022-12-22T04:50:44.821Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T04:50:44.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?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-22T04:50:44.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|INFO|500||Invoke
2022-12-22T04:50:44.926Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T04:50:45.177Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0|INFO|500||InvokeReturn
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/407b0caf-34c2-4082-bbf8-7084dbc817bc/model-vers/model-ver/869f1ebe-033e-4ab5-9947-bc5308b3aa21?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 04:50:45 GMT], content-length=[0], vertex-id=[368824], x-aai-txid=[2-aai-resources-221222-04:50:45:608-40616], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T04:50:45.178Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce57370c-b0cf-4e91-bf56-a6414947803f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T04:50:45.189Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-22T04:50:45.191Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T04:50:45.191Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684645189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:50:45.291Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T04:50:45.292Z||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-22T04:50:45.292Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T04:50:45.306Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:45.306Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T04:50:45.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:45.855Z||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-22T04:50:45.855Z||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 IfVhftyiMYvQGqex) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:50:46.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:46.202Z||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-22T04:50:46.202Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:50:46.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:46.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-22T04:50:46.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T04:50:46.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684593285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684604912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684607519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684608604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684609678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684610777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/basic_onboard_ufpeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684611780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684612784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/resourceInstances/basic_onboard_ufpeth0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684613787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfpeth/1.0/artifacts/service-BasicOnboardUfpeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce57370c-b0cf-4e91-bf56-a6414947803f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671684645189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T04:50:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T04:50:55.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:50:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:50:55.758Z||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-22T04:50:55.758Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:05.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:51:05.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:05.307Z||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-22T04:51:05.307Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:14.856Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:51:45.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:45.853Z||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-22T04:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:51:45.854Z||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-22T04:51:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:51:55.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:51:55.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:52:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:52:45.853Z||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-22T04:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:52:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:52:45.855Z||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-22T04:52:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:52:55.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:52:55.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:53:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:53:45.853Z||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-22T04:53:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:53:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:53:45.854Z||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-22T04:53:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:53:55.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:53:55.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:54:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:54:45.853Z||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-22T04:54:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T04:54:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:54:55.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:54:55.456Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:55:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:55:45.853Z||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-22T04:55:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:55:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:55:45.855Z||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-22T04:55:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:55:55.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:55:55.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:56:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:56:45.853Z||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-22T04:56:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:56:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:56:45.855Z||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-22T04:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:56:55.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:56:55.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:57:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:57:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:57:45.854Z||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-22T04:57:45.854Z||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-22T04:57:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:57:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:57:55.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:57:55.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:58:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:58:45.853Z||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-22T04:58:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:58:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:58:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T04:58:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T04:58:55.411Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:58:55.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:59:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:59:45.853Z||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-22T04:59:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:59:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T04:59:45.855Z||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-22T04:59:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T04:59:55.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T04:59:55.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:45.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:00:45.853Z||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-22T05:00:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:00:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:00:45.855Z||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-22T05:00:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:00:46.364Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:46.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "cds",
  "timestamp": 1671685231358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685228662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685235242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "aai-ml",
  "timestamp": 1671685231329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685228662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "cds",
  "timestamp": 1671685231358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "aai-ml",
  "timestamp": 1671685231329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:00:46.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685235242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "cds",
  "timestamp": 1671685240956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "aai-ml",
  "timestamp": 1671685240544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685241650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "cds",
  "timestamp": 1671685241961,
  "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-22T05:00:46.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:00:46.394Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685243829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:00:46.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685244834,
  "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-22T05:00:46.407Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:00:46.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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-22T05:00:46.488Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:46.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:00:46.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"987ca21d-318f-436a-91f6-4677dc71542f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e661e35d-f360-4404-b54f-2895cfeb7e72","serviceDescription":"service","serviceInvariantUUID":"dd970e3b-f8bb-4844-a223-92ee932892af","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3c696e2e-532d-462b-a590-6ea8982faa43","resourceInvariantUUID":"5aaa8ab7-e72c-40a5-a571-75515d0aca5c","resourceCustomizationUUID":"f16223e7-8611-4341-9a75-db1b14eb74c8","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":"NmZhYjg0MjlmMTEyMjhhZjZlNzY3YzMyNGY1ZjlmNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc981fd0-5c56-4ba3-a8e8-c0719cb59d22","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27702a40-b0b3-4c92-9b92-47417dae0405","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:00:46.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:00:46.497Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:46.500Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:46.501Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685245852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:00:46.600Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:00:46.602Z||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-22T05:00:46.602Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:46.632Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:46.633Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:00:47.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:00:47.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:47.504Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:47.505Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685245852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:00:47.605Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:00:47.605Z||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-22T05:00:47.605Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:47.632Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:47.633Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:00:48.506Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e661e35d-f360-4404-b54f-2895cfeb7e72",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd970e3b-f8bb-4844-a223-92ee932892af",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f16223e7-8611-4341-9a75-db1b14eb74c8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3c696e2e-532d-462b-a590-6ea8982faa43",
      "resourceInvariantUUID": "5aaa8ab7-e72c-40a5-a571-75515d0aca5c",
      "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": "YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27702a40-b0b3-4c92-9b92-47417dae0405"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:00:48.507Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:00:48.507Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e661e35d-f360-4404-b54f-2895cfeb7e72 ASDC
2022-12-22T05:00:48.508Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:987ca21d-318f-436a-91f6-4677dc71542f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e661e35d-f360-4404-b54f-2895cfeb7e72
ServiceInvariantUUID:dd970e3b-f8bb-4844-a223-92ee932892af
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:27702a40-b0b3-4c92-9b92-47417dae0405
ArtifactChecksum:YjU1YjZjMjc5YTU0N2MzMThmZDcyNTM2NWQ3YzRmMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f16223e7-8611-4341-9a75-db1b14eb74c8
ResourceInvariantUUID:5aaa8ab7-e72c-40a5-a571-75515d0aca5c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3c696e2e-532d-462b-a590-6ea8982faa43
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-22T05:00:48.508Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e661e35d-f360-4404-b54f-2895cfeb7e72 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-22T05:00:48.535Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:00:48.536Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27702a40-b0b3-4c92-9b92-47417dae0405 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:00:48.537Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-22T05:00:48.649Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:00:48.652Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27702a40-b0b3-4c92-9b92-47417dae0405 57652
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:00:48.653Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:48.655Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:48.655Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:00:48.756Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T05:00:48.757Z||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-22T05:00:48.757Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:48.771Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:48.771Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:00:49.656Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:00:49.657Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:00:49.657Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 27702a40-b0b3-4c92-9b92-47417dae0405, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:49.837Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1917397326123122007/Definitions/service-BasicNetwork-template.yml
2022-12-22T05:00:50.439Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.440Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|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-BasicNetwork-csar.csar
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:00:50.441Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:00:50.442Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.443Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.444Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.445Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.445Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e661e35d-f360-4404-b54f-2895cfeb7e72
Model Version:NULL
Model InvariantUuid:dd970e3b-f8bb-4844-a223-92ee932892af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5aaa8ab7-e72c-40a5-a571-75515d0aca5c
Model UUID:e0f9cdd7-b5c4-43ae-b5e4-0064b94ff023
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f16223e7-8611-4341-9a75-db1b14eb74c8
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-22T05:00:50.452Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 3c696e2e-532d-462b-a590-6ea8982faa43
2022-12-22T05:00:50.452Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||No resources found for Service: e661e35d-f360-4404-b54f-2895cfeb7e72
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-22T05:00:50.457Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||
2022-12-22T05:00:50.458Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-22T05:00:50.459Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.463Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c08637, org.onap.sdc.toscaparser.api.parameters.Input@1b315141, org.onap.sdc.toscaparser.api.parameters.Input@190d4b16, org.onap.sdc.toscaparser.api.parameters.Input@79f522a1, org.onap.sdc.toscaparser.api.parameters.Input@7904e296]
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.465Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e661e35d-f360-4404-b54f-2895cfeb7e72: Generic NeutronNet
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.466Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.500Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:00:50.501Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.549Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||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-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:00:50.550Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:00:50.552Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:00:50.553Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685250550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:00:50.653Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:00:50.654Z||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-22T05:00:50.654Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:00:50.672Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:00:50.673Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:00:51.553Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:00:51.566Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:00:51.569Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:00:51.569Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:00:51.570Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:01:21.570Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:01:21.583Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:01:21.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:01:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:01:45.855Z||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-22T05:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:01:45.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "aai-ml",
  "timestamp": 1671685245803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:01:45.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:01:51.586Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:01:51.596Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:01:51.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:02:21.598Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:02:21.609Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:02:21.617Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:02:21.617Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:02:21.618Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:02:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:02:45.855Z||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-22T05:02:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:02:45.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685245852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:02:45.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:02:51.618Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:02:51.628Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:02:51.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:21.634Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:03:21.643Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:03:21.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:03:45.855Z||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-22T05:03:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:03:45.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:03:45.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "aai-ml",
  "timestamp": 1671685246809,
  "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-22T05:03:45.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 987ca21d-318f-436a-91f6-4677dc71542f
2022-12-22T05:03:45.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 987ca21d-318f-436a-91f6-4677dc71542f 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-22T05:03:45.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685246581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685245852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685246581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685250550,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:03:45.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:03:51.646Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:03:51.658Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f
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-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:03:51.661Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:03:51.662Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:03:51.662Z|987ca21d-318f-436a-91f6-4677dc71542f|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-22T05:03:51.666Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:04:21.667Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 987ca21d-318f-436a-91f6-4677dc71542f 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-22T05:04:21.672Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 987ca21d-318f-436a-91f6-4677dc71542f and serviceModelVersionId: e661e35d-f360-4404-b54f-2895cfeb7e72
2022-12-22T05:04:21.672Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd970e3b-f8bb-4844-a223-92ee932892af
2022-12-22T05:04:21.674Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0
2022-12-22T05:04:21.680Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:04:21.730Z|987ca21d-318f-436a-91f6-4677dc71542f|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/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?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-22T05:04:21.732Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|INFO|500||Invoke
2022-12-22T05:04:21.752Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:04:21.836Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0|INFO|500||InvokeReturn
2022-12-22T05:04:21.837Z|987ca21d-318f-436a-91f6-4677dc71542f|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/dd970e3b-f8bb-4844-a223-92ee932892af/model-vers/model-ver/e661e35d-f360-4404-b54f-2895cfeb7e72?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:04:22 GMT], content-length=[0], vertex-id=[393216], x-aai-txid=[0-aai-resources-221222-05:04:22:515-59836], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:04:21.837Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:04:21.838Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:04:21.838Z|987ca21d-318f-436a-91f6-4677dc71542f|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-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|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-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 987ca21d-318f-436a-91f6-4677dc71542f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:04:21.842Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:04:21.843Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:21.844Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:21.844Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685461842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:04:21.945Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:21.946Z||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-22T05:04:21.946Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:21.967Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:21.968Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:04:22.855Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:04:22.856Z|987ca21d-318f-436a-91f6-4677dc71542f|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-22T05:04:22.856Z|987ca21d-318f-436a-91f6-4677dc71542f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:04:27.302Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:27.303Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:04:27.303Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8605e25e-95fa-483a-80bf-62277a34435d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dd7464d8-dcbe-4444-b706-d9cd61244bc3","serviceDescription":"service","serviceInvariantUUID":"9cb091b8-daea-40ab-b978-4fe79ca27c32","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c189f94e-cbfa-4836-abf1-02bcee75664f","resourceInvariantUUID":"cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec","resourceCustomizationUUID":"3078db64-2081-4219-99dc-f362a74114c4","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":"MjMyNjUwNDAyOWY3NjhlOGNhMDRiMWQ1NDM1ZDEwOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4f18c11-bd31-43b6-b158-e20adc0980bd","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":"YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b5d722a-8e6c-4e34-8079-400e106d03d0","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":"38413191-3bec-48b6-a811-a62027b4ac96","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":"ea497353-c3eb-49e6-a247-5f2fed234deb","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":"55504f36-4789-4512-8ec9-dc684d5f089c","artifactVersion":"2","generatedFromUUID":"38413191-3bec-48b6-a811-a62027b4ac96"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmU1ZmQ3YzA4Njc5NDJhOGQ2MjZlMTFmODEzNzY1MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dabb63d9-a279-4579-85a6-958558ae1af4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b081d877-054b-4474-87d2-4544431784aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:04:27.305Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:27.306Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:27.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:27.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:27.408Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:27.409Z||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-22T05:04:27.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:27.422Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:27.423Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:28.308Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:28.309Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:28.311Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:28.312Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:04:28.412Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:28.413Z||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-22T05:04:28.413Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:28.428Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:28.429Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:29.312Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:29.314Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:29.316Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:29.316Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:04:29.416Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:29.417Z||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-22T05:04:29.417Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:29.438Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:29.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:30.317Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:30.318Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:30.320Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:30.320Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:30.420Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:30.421Z||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-22T05:04:30.422Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:30.432Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:30.433Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:31.321Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:31.322Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:31.324Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:31.325Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:04:31.425Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:31.426Z||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-22T05:04:31.426Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:31.455Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:31.456Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:32.325Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:32.326Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:32.328Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:32.328Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:32.428Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:32.429Z||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-22T05:04:32.429Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:32.442Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:32.442Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:33.329Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:04:33.330Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:33.332Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:33.332Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:33.432Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:33.433Z||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-22T05:04:33.434Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:33.446Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:33.446Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dd7464d8-dcbe-4444-b706-d9cd61244bc3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9cb091b8-daea-40ab-b978-4fe79ca27c32",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3078db64-2081-4219-99dc-f362a74114c4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c189f94e-cbfa-4836-abf1-02bcee75664f",
      "resourceInvariantUUID": "cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec",
      "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": "YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b5d722a-8e6c-4e34-8079-400e106d03d0",
          "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": "38413191-3bec-48b6-a811-a62027b4ac96",
          "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": "55504f36-4789-4512-8ec9-dc684d5f089c",
            "generatedFromUUID": "38413191-3bec-48b6-a811-a62027b4ac96"
          },
          "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": "55504f36-4789-4512-8ec9-dc684d5f089c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b081d877-054b-4474-87d2-4544431784aa"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:04:34.334Z|987ca21d-318f-436a-91f6-4677dc71542f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd7464d8-dcbe-4444-b706-d9cd61244bc3 ASDC
2022-12-22T05:04:34.335Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8605e25e-95fa-483a-80bf-62277a34435d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dd7464d8-dcbe-4444-b706-d9cd61244bc3
ServiceInvariantUUID:9cb091b8-daea-40ab-b978-4fe79ca27c32
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:b081d877-054b-4474-87d2-4544431784aa
ArtifactChecksum:NjliODk1YjVlYTVjZDFiNjJjYzA1ZTYwZGIxYTJjZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3078db64-2081-4219-99dc-f362a74114c4
ResourceInvariantUUID:cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c189f94e-cbfa-4836-abf1-02bcee75664f
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:2b5d722a-8e6c-4e34-8079-400e106d03d0
ArtifactChecksum:YWRjOTVmN2RmYzQ2Zjk3ZTAwMzU4NWZjNmZkZjQyYmI=
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:38413191-3bec-48b6-a811-a62027b4ac96
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:55504f36-4789-4512-8ec9-dc684d5f089c
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:55504f36-4789-4512-8ec9-dc684d5f089c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T05:04:34.336Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd7464d8-dcbe-4444-b706-d9cd61244bc3 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-22T05:04:34.364Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b081d877-054b-4474-87d2-4544431784aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-22T05:04:34.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:04:34.366Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-22T05:04:34.510Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:04:34.513Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b081d877-054b-4474-87d2-4544431784aa 74801
2022-12-22T05:04:34.513Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:04:34.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:34.516Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:34.516Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685474513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:34.616Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:34.618Z||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-22T05:04:34.618Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:34.640Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:34.640Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:35.517Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:04:35.518Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:04:35.518Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b081d877-054b-4474-87d2-4544431784aa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:35.643Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17868532733445456542/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-22T05:04:36.796Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:04:36.796Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.797Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.798Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|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-BasicVm-csar.csar
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.799Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:04:36.800Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.801Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.802Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.803Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.803Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-22T05:04:36.804Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.805Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.806Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.807Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:36.808Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.809Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-22T05:04:36.809Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-22T05:04:36.809Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:04:36.809Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=94e9d0e6-d0e5-4bf7-b6a9-ed38270f918b
2022-12-22T05:04:36.810Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.810Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.810Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.810Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.811Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.811Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.811Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:36.811Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:36.812Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dd7464d8-dcbe-4444-b706-d9cd61244bc3
Model Version:NULL
Model InvariantUuid:9cb091b8-daea-40ab-b978-4fe79ca27c32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:97fe7f69-c3fe-4e23-84b6-661ca65dad3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf9cfbc8-b091-4ad3-a41d-06d7b2b528ec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3078db64-2081-4219-99dc-f362a74114c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d4fdf6ee-c23b-441b-8a60-4ec34996f491
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f7cc8ef2-6d2b-4cae-86c0-fd0e70233934
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:94e9d0e6-d0e5-4bf7-b6a9-ed38270f918b
ModelInvariantUuid:fc9e01d5-134d-47d0-9b8b-1cc84926ccb7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:04afbb64-47a0-4683-abb5-0f0cb0583432
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bc074a14-9f58-4aaf-8481-bb0841c0325c
ModelInvariantUuid:0760b422-5cba-44ea-b093-205206b9285f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:be74ca30-58df-4634-91a0-fe59b1a0772d
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-22T05:04:36.819Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c189f94e-cbfa-4836-abf1-02bcee75664f
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-22T05:04:36.821Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-12-22T05:04:36.822Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c189f94e-cbfa-4836-abf1-02bcee75664f
2022-12-22T05:04:36.822Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b5d722a-8e6c-4e34-8079-400e106d03d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-22T05:04:36.822Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:04:36.823Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:36.913Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:04:36.914Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2b5d722a-8e6c-4e34-8079-400e106d03d0 787
2022-12-22T05:04:36.914Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:36.915Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:36.915Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:04:36.915Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:36.917Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:36.917Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685476914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:37.017Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:04:37.018Z||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-22T05:04:37.018Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:37.029Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:37.029Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:37.918Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4fdf6ee-c23b-441b-8a60-4ec34996f491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7cc8ef2-6d2b-4cae-86c0-fd0e70233934",
    "vfModuleModelCustomizationUUID": "55540537-2e2f-43a2-8535-ea7aa1331a4c",
    "isBase": true,
    "artifacts": [
      "38413191-3bec-48b6-a811-a62027b4ac96",
      "55504f36-4789-4512-8ec9-dc684d5f089c"
    ],
    "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-22T05:04:37.922Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7cc8ef2-6d2b-4cae-86c0-fd0e70233934
VfModuleModelInvariantUUID:d4fdf6ee-c23b-441b-8a60-4ec34996f491
VfModuleModelDescription:NULL
Artifacts UUID List:{
38413191-3bec-48b6-a811-a62027b4ac96
,
55504f36-4789-4512-8ec9-dc684d5f089c

}
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-22T05:04:37.924Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4fdf6ee-c23b-441b-8a60-4ec34996f491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7cc8ef2-6d2b-4cae-86c0-fd0e70233934",
    "vfModuleModelCustomizationUUID": "55540537-2e2f-43a2-8535-ea7aa1331a4c",
    "isBase": true,
    "artifacts": [
      "38413191-3bec-48b6-a811-a62027b4ac96",
      "55504f36-4789-4512-8ec9-dc684d5f089c"
    ],
    "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-22T05:04:37.924Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7cc8ef2-6d2b-4cae-86c0-fd0e70233934
VfModuleModelInvariantUUID:d4fdf6ee-c23b-441b-8a60-4ec34996f491
VfModuleModelDescription:NULL
Artifacts UUID List:{
38413191-3bec-48b6-a811-a62027b4ac96
,
55504f36-4789-4512-8ec9-dc684d5f089c

}
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-22T05:04:37.924Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38413191-3bec-48b6-a811-a62027b4ac96 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-22T05:04:37.924Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:04:37.925Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:37.994Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:04:37.994Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 38413191-3bec-48b6-a811-a62027b4ac96 5033
2022-12-22T05:04:37.995Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:37.995Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:37.995Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:04:37.995Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:37.997Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:37.997Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685477995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:38.098Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:38.099Z||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-22T05:04:38.099Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:38.118Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:38.119Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:38.998Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55504f36-4789-4512-8ec9-dc684d5f089c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-22T05:04:38.999Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:04:38.999Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:39.143Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:04:39.144Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 55504f36-4789-4512-8ec9-dc684d5f089c 903
2022-12-22T05:04:39.144Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:39.144Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:39.144Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:04:39.145Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:39.146Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:39.147Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685479144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:39.247Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:39.248Z||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-22T05:04:39.248Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:39.259Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:39.259Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:40.148Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dd7464d8-dcbe-4444-b706-d9cd61244bc3
2022-12-22T05:04:40.149Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c189f94e-cbfa-4836-abf1-02bcee75664f 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-22T05:04:40.160Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13b54a74, org.onap.sdc.toscaparser.api.parameters.Input@51a3eb3a, org.onap.sdc.toscaparser.api.parameters.Input@53c37cb2, org.onap.sdc.toscaparser.api.parameters.Input@75c11a22, org.onap.sdc.toscaparser.api.parameters.Input@4c1e0804]
2022-12-22T05:04:40.162Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.162Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.162Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-22T05:04:40.163Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3078db64-2081-4219-99dc-f362a74114c4
2022-12-22T05:04:40.163Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3078db64-2081-4219-99dc-f362a74114c4 matches Tosca VF Customization UUID: 3078db64-2081-4219-99dc-f362a74114c4
2022-12-22T05:04:40.163Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3078db64-2081-4219-99dc-f362a74114c4  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-22T05:04:40.165Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.165Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.166Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3078db64-2081-4219-99dc-f362a74114c4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T05:04:40.166Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37a909fd
2022-12-22T05:04:40.166Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.166Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T05:04:40.166Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55540537-2e2f-43a2-8535-ea7aa1331a4c
2022-12-22T05:04:40.167Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55540537-2e2f-43a2-8535-ea7aa1331a4c
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-22T05:04:40.169Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.169Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:40.169Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:40.169Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.169Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:40.170Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:40.170Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.170Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-22T05:04:40.170Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-22T05:04:40.170Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:04:40.171Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=94e9d0e6-d0e5-4bf7-b6a9-ed38270f918b
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-22T05:04:40.172Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.173Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:40.173Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:04:40.173Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.173Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-22T05:04:40.173Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3078db64-2081-4219-99dc-f362a74114c4
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-22T05:04:40.175Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.175Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.175Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dd7464d8-dcbe-4444-b706-d9cd61244bc3: basic_vm
2022-12-22T05:04:40.175Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.176Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.177Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.177Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:04:40.177Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:04:40.177Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:40.245Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c189f94e-cbfa-4836-abf1-02bcee75664f 1 ASDC deployResourceStructure
2022-12-22T05:04:40.245Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:40.245Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:40.246Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:04:40.246Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:40.247Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:40.248Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685480245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:40.348Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:40.348Z||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-22T05:04:40.349Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:40.360Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:40.361Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:41.249Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:41.249Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:41.250Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:04:41.250Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:41.252Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:41.252Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685481249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:41.352Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:41.353Z||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-22T05:04:41.353Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:41.364Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:41.365Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:42.253Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:42.253Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:42.254Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:04:42.254Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:42.256Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:42.256Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685482253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:42.356Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:42.357Z||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-22T05:04:42.357Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:42.372Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:42.373Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:43.257Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:43.257Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||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-22T05:04:43.257Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:04:43.258Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:04:43.259Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:04:43.260Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685483257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:43.360Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:04:43.361Z||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-22T05:04:43.361Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:04:43.373Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:43.373Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:04:44.260Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8605e25e-95fa-483a-80bf-62277a34435d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:04:44.269Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8605e25e-95fa-483a-80bf-62277a34435d
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-22T05:04:44.271Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:04:44.271Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:04:44.271Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:04:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:04:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:04:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:04:45.885Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:04:45.887Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.887Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.888Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.889Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.889Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.889Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.889Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.890Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.890Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.890Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.890Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.890Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685291329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.891Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685295241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.892Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.892Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.892Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.892Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.893Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685308345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.894Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.894Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.894Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685309443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.894Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.895Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.895Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.895Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.895Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.895Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.896Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.896Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.896Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.896Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.896Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.897Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.897Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.897Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.897Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.898Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.898Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.898Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.898Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.898Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.900Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.900Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.900Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.900Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.900Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685312297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.903Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.903Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.903Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685313302,
  "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-22T05:04:45.910Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8605e25e-95fa-483a-80bf-62277a34435d
2022-12-22T05:04:45.911Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8605e25e-95fa-483a-80bf-62277a34435d 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-22T05:04:45.920Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.920Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685306359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.921Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.921Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.921Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.921Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.922Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.922Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685306582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.922Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.922Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.922Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685314202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.923Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.923Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.923Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.923Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.924Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.924Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "cds",
  "timestamp": 1671685315208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-22T05:04:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8605e25e-95fa-483a-80bf-62277a34435d
2022-12-22T05:04:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8605e25e-95fa-483a-80bf-62277a34435d 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-22T05:04:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.941Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.941Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.941Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.941Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685316466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.942Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.942Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.942Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685316337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:45.942Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.943Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.943Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685317545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.943Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.943Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.943Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "aai-ml",
  "timestamp": 1671685317353,
  "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-22T05:04:45.948Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8605e25e-95fa-483a-80bf-62277a34435d
2022-12-22T05:04:45.948Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8605e25e-95fa-483a-80bf-62277a34435d 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-22T05:04:45.957Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.957Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685318612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:45.958Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.958Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.958Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685319642,
  "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-22T05:04:45.963Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8605e25e-95fa-483a-80bf-62277a34435d
2022-12-22T05:04:45.964Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8605e25e-95fa-483a-80bf-62277a34435d 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-22T05:04:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685320646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.978Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.978Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.978Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.978Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.979Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.979Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.979Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.979Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.979Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.980Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.981Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.981Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.981Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.981Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.981Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.982Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.982Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.982Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.982Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.982Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.984Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.984Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.985Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.986Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.986Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.986Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.987Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.987Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.987Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.988Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.989Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.989Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.989Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.990Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.990Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.990Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.992Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.993Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.993Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.993Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.993Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.994Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.994Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.994Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.994Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.995Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.995Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.995Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.995Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685308662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.997Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685321358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.997Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.997Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.997Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.998Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.998Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.998Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:45.998Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.998Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.999Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685321329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:45.999Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:45.999Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:45.999Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685330838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.000Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.000Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.000Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685331085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.000Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.000Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.001Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.001Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.001Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.001Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.002Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.002Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.002Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685331170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.002Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.003Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.003Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685331913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.003Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.003Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.003Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "cds",
  "timestamp": 1671685332092,
  "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-22T05:04:46.021Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e2c4cff-2ff0-48f5-9741-9e77b2206011
2022-12-22T05:04:46.021Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2c4cff-2ff0-48f5-9741-9e77b2206011 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-22T05:04:46.029Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.029Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.030Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685333012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.031Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.031Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.031Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685325242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:04:46.031Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.031Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.032Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.032Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.032Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.032Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685334083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.033Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.033Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.033Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.033Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.033Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.034Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685335017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:04:46.034Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.034Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.034Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685335157,
  "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-22T05:04:46.039Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e2c4cff-2ff0-48f5-9741-9e77b2206011
2022-12-22T05:04:46.039Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2c4cff-2ff0-48f5-9741-9e77b2206011 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-22T05:04:46.046Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.047Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685326581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:04:46.047Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:04:46.047Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.047Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685336161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685337714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.048Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685338719,
  "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-22T05:04:46.053Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e2c4cff-2ff0-48f5-9741-9e77b2206011
2022-12-22T05:04:46.053Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2c4cff-2ff0-48f5-9741-9e77b2206011 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-22T05:04:46.060Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.060Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685338411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:04:46.061Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:04:46.061Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:04:46.061Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "aai-ml",
  "timestamp": 1671685339416,
  "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-22T05:04:46.065Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e2c4cff-2ff0-48f5-9741-9e77b2206011
2022-12-22T05:04:46.066Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2c4cff-2ff0-48f5-9741-9e77b2206011 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-22T05:05:14.272Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8605e25e-95fa-483a-80bf-62277a34435d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:05:14.284Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8605e25e-95fa-483a-80bf-62277a34435d
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-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:05:14.287Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:05:14.288Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:05:14.288Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:05:14.288Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:05:14.288Z|8605e25e-95fa-483a-80bf-62277a34435d|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-22T05:05:14.294Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:05:44.294Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8605e25e-95fa-483a-80bf-62277a34435d 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-22T05:05:44.299Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8605e25e-95fa-483a-80bf-62277a34435d and serviceModelVersionId: dd7464d8-dcbe-4444-b706-d9cd61244bc3
2022-12-22T05:05:44.299Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cb091b8-daea-40ab-b978-4fe79ca27c32
2022-12-22T05:05:44.300Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0
2022-12-22T05:05:44.304Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:05:44.343Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0|INFO|500||Invoke
2022-12-22T05:05:44.344Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8605e25e-95fa-483a-80bf-62277a34435d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[006ffe40-7540-435e-8367-39c376f7e4ee], X-ECOMP-RequestID=[8605e25e-95fa-483a-80bf-62277a34435d], X-TransactionId=[], X-ONAP-RequestID=[8605e25e-95fa-483a-80bf-62277a34435d], Content-Type=[application/merge-patch+json]}
2022-12-22T05:05:44.365Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:05:44.485Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?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/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:05:45 GMT], content-length=[0], vertex-id=[417976], x-aai-txid=[0-aai-resources-221222-05:05:45:134-95162], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:05:44.486Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:05:44.486Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cb091b8-daea-40ab-b978-4fe79ca27c32/model-vers/model-ver/dd7464d8-dcbe-4444-b706-d9cd61244bc3?depth=0|INFO|500||InvokeReturn
2022-12-22T05:05:44.487Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:05:44.487Z|8605e25e-95fa-483a-80bf-62277a34435d|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-22T05:05:44.490Z|8605e25e-95fa-483a-80bf-62277a34435d|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-22T05:05:44.491Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8605e25e-95fa-483a-80bf-62277a34435d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:05:44.491Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:05:44.491Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:44.493Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:44.493Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685544491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:05:44.593Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:44.594Z||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-22T05:05:44.594Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:44.662Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:44.663Z||pool-55-thread-1|||||INFO|500||cambria reply ok (70 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-22T05:05:45.505Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.505Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e2c4cff-2ff0-48f5-9741-9e77b2206011","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5131caeb-089b-4cac-b5db-a7cbb932c91c","serviceDescription":"service","serviceInvariantUUID":"7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"797d03d6-d3be-40b8-be08-6638c42e151a","resourceInvariantUUID":"b60a9ad5-01fa-4690-9825-2ab2b4b9bc32","resourceCustomizationUUID":"ba4e81b4-e72c-4bb0-9a85-88a493a486a7","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":"NGM2YzU4MzQ3Mjk2YWMxN2YwMzBjMDg1NDIyOGJlNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"989c9878-304e-4449-83c9-bc518fa2228b","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":"2a7501e9-47fb-4ed6-be4b-46c4dc373086","artifactVersion":"2","generatedFromUUID":"4cb14815-b3bb-4b42-a05e-77a27de88e7d"},{"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":"4cb14815-b3bb-4b42-a05e-77a27de88e7d","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":"M2UzZTFkYjNiNjgyOGM3ODQ2YTFjZjliN2NiNDkyZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94cce835-ab6d-4fc3-89a6-7de73bd4b332","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":"b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2","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":"c7a67dda-caa5-43b2-aa79-6698c6f08c7e","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":"45a68646-e962-46c3-9f12-84438d6db555","artifactVersion":"2","generatedFromUUID":"b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjE0YTc4YjgxZTcxYzEzM2EwNjhjMzlkYjU1ZmU5Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c9da70d-072f-47bd-808c-fd1f751e540d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDExNmZjODRlMGJmNTVjZTlkOGVmZWJhNzU2Yzk2NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93aad2b0-7a7b-4152-8293-676256b11725","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:05:45.506Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:45.506Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:45.507Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:45.507Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:45.607Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:45.609Z||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-22T05:05:45.609Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:45.626Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:45.627Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:05:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:05:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:05:45.965Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "987ca21d-318f-436a-91f6-4677dc71542f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685461842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:05:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685474513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685476914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685477995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685479144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685480245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685481249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685482253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:05:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:05:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685483257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:05:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:05:46.508Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:46.509Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:46.511Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:46.511Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-22T05:05:46.611Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:46.612Z||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-22T05:05:46.612Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:46.625Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:46.625Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:05:47.511Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:47.512Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:47.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:47.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:05:47.614Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:47.615Z||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-22T05:05:47.615Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:47.625Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:47.626Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:48.514Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:48.515Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:48.517Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:48.517Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:05:48.618Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:48.619Z||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-22T05:05:48.619Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:48.632Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:48.633Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:49.518Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:49.519Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:49.522Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:49.522Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:05:49.622Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:49.623Z||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-22T05:05:49.623Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:49.635Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:49.636Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:50.522Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:50.523Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:50.525Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:50.525Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:50.625Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:50.626Z||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-22T05:05:50.627Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:50.638Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:50.638Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:51.526Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:51.526Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:51.528Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:51.528Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-22T05:05:51.628Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:51.629Z||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-22T05:05:51.630Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:51.642Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:51.642Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:52.529Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:52.529Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:52.531Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:52.531Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:05:52.631Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:52.632Z||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-22T05:05:52.632Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:52.644Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:52.645Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:53.531Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:05:53.532Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:53.534Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:53.534Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:05:53.634Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:05:53.635Z||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-22T05:05:53.635Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:53.656Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:53.657Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:54.535Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5131caeb-089b-4cac-b5db-a7cbb932c91c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ba4e81b4-e72c-4bb0-9a85-88a493a486a7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "797d03d6-d3be-40b8-be08-6638c42e151a",
      "resourceInvariantUUID": "b60a9ad5-01fa-4690-9825-2ab2b4b9bc32",
      "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": "2a7501e9-47fb-4ed6-be4b-46c4dc373086",
          "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": "4cb14815-b3bb-4b42-a05e-77a27de88e7d",
          "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": "M2UzZTFkYjNiNjgyOGM3ODQ2YTFjZjliN2NiNDkyZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "94cce835-ab6d-4fc3-89a6-7de73bd4b332",
          "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": "b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2",
          "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": "45a68646-e962-46c3-9f12-84438d6db555",
            "generatedFromUUID": "b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2"
          },
          "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": "45a68646-e962-46c3-9f12-84438d6db555",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDExNmZjODRlMGJmNTVjZTlkOGVmZWJhNzU2Yzk2NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93aad2b0-7a7b-4152-8293-676256b11725"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:05:54.535Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:05:54.536Z|8605e25e-95fa-483a-80bf-62277a34435d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5131caeb-089b-4cac-b5db-a7cbb932c91c ASDC
2022-12-22T05:05:54.536Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4e2c4cff-2ff0-48f5-9741-9e77b2206011
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5131caeb-089b-4cac-b5db-a7cbb932c91c
ServiceInvariantUUID:7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9
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:93aad2b0-7a7b-4152-8293-676256b11725
ArtifactChecksum:NDExNmZjODRlMGJmNTVjZTlkOGVmZWJhNzU2Yzk2NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ba4e81b4-e72c-4bb0-9a85-88a493a486a7
ResourceInvariantUUID:b60a9ad5-01fa-4690-9825-2ab2b4b9bc32
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:797d03d6-d3be-40b8-be08-6638c42e151a
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:2a7501e9-47fb-4ed6-be4b-46c4dc373086
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:4cb14815-b3bb-4b42-a05e-77a27de88e7d
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:94cce835-ab6d-4fc3-89a6-7de73bd4b332
ArtifactChecksum:M2UzZTFkYjNiNjgyOGM3ODQ2YTFjZjliN2NiNDkyZWI=
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:b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2
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:45a68646-e962-46c3-9f12-84438d6db555
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:45a68646-e962-46c3-9f12-84438d6db555
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T05:05:54.537Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5131caeb-089b-4cac-b5db-a7cbb932c91c 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-22T05:05:54.568Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:05:54.569Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:05:54.569Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:05:54.569Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93aad2b0-7a7b-4152-8293-676256b11725 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-22T05:05:54.570Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:05:54.570Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-22T05:05:54.994Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:05:54.999Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 93aad2b0-7a7b-4152-8293-676256b11725 73677
2022-12-22T05:05:54.999Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:54.999Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:55.000Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:05:55.000Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:55.002Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:55.003Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685554999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:55.102Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:05:55.103Z||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-22T05:05:55.103Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:55.115Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:55.116Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:56.003Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:05:56.004Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:05:56.005Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 93aad2b0-7a7b-4152-8293-676256b11725, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-22T05:05:56.005Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-22T05:05:56.005Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-22T05:05:56.006Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-22T05:05:56.123Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7132414124074144168/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-22T05:05:57.305Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.306Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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-BasicCnf-csar.csar
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:05:57.307Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:05:57.308Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.308Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.308Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:05:57.308Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:05:57.308Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-22T05:05:57.309Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:05:57.310Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:05:57.311Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.311Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:05:57.311Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:05:57.311Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.311Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:05:57.312Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:05:57.312Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.312Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-22T05:05:57.312Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-22T05:05:57.312Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d5f4ea17-ad69-4ba4-9e38-2e6d328af610
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.313Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.314Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:05:57.314Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:05:57.314Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5131caeb-089b-4cac-b5db-a7cbb932c91c
Model Version:NULL
Model InvariantUuid:7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5d1af09f-0870-441c-903a-87daa67e9267
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b60a9ad5-01fa-4690-9825-2ab2b4b9bc32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba4e81b4-e72c-4bb0-9a85-88a493a486a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da873be8-e2eb-46bb-a4c1-ab83c1771fbf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:301f4746-0737-4531-a98d-058273547e75
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d5f4ea17-ad69-4ba4-9e38-2e6d328af610
ModelInvariantUuid:fac41a50-296a-4638-aa5f-07b105bd7e3e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cba64fdb-5d81-4b1a-8e7b-880fb8f7e931
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:de3f30f6-5a3c-4e5c-bd00-b5e04fe1d01a
ModelInvariantUuid:5dc2dd0b-f880-4bda-8412-912e4c048caf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3dd36706-8525-46db-adeb-c06bd2ea4715
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-22T05:05:57.320Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 797d03d6-d3be-40b8-be08-6638c42e151a
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-22T05:05:57.322Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-12-22T05:05:57.322Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 797d03d6-d3be-40b8-be08-6638c42e151a
2022-12-22T05:05:57.323Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a7501e9-47fb-4ed6-be4b-46c4dc373086 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-22T05:05:57.323Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:05:57.323Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.383Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:05:57.383Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2a7501e9-47fb-4ed6-be4b-46c4dc373086 12
2022-12-22T05:05:57.383Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.384Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:57.384Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:05:57.384Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:57.386Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:57.386Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685557383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:57.487Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:05:57.487Z||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-22T05:05:57.488Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:57.500Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:57.501Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:58.387Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4cb14815-b3bb-4b42-a05e-77a27de88e7d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-22T05:05:58.388Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:05:58.388Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:58.481Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:05:58.481Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4cb14815-b3bb-4b42-a05e-77a27de88e7d 2688
2022-12-22T05:05:58.481Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:58.482Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:58.482Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:05:58.482Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:58.484Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:58.485Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685558481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:58.585Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:05:58.585Z||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-22T05:05:58.585Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:58.604Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:58.604Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:05:59.486Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94cce835-ab6d-4fc3-89a6-7de73bd4b332 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-22T05:05:59.486Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:05:59.487Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:59.551Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:05:59.551Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 94cce835-ab6d-4fc3-89a6-7de73bd4b332 828
2022-12-22T05:05:59.552Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:59.552Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:05:59.553Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:05:59.553Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:05:59.555Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:05:59.555Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685559552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:05:59.657Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-22T05:05:59.657Z||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-22T05:05:59.658Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:05:59.683Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:05:59.684Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:00.556Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "da873be8-e2eb-46bb-a4c1-ab83c1771fbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "301f4746-0737-4531-a98d-058273547e75",
    "vfModuleModelCustomizationUUID": "6f5203a9-553b-4680-a6ad-ca2d3f184bf6",
    "isBase": true,
    "artifacts": [
      "4cb14815-b3bb-4b42-a05e-77a27de88e7d",
      "b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2",
      "45a68646-e962-46c3-9f12-84438d6db555"
    ],
    "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-22T05:06:00.559Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:301f4746-0737-4531-a98d-058273547e75
VfModuleModelInvariantUUID:da873be8-e2eb-46bb-a4c1-ab83c1771fbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cb14815-b3bb-4b42-a05e-77a27de88e7d
,
b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2
,
45a68646-e962-46c3-9f12-84438d6db555

}
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-22T05:06:00.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "da873be8-e2eb-46bb-a4c1-ab83c1771fbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "301f4746-0737-4531-a98d-058273547e75",
    "vfModuleModelCustomizationUUID": "6f5203a9-553b-4680-a6ad-ca2d3f184bf6",
    "isBase": true,
    "artifacts": [
      "4cb14815-b3bb-4b42-a05e-77a27de88e7d",
      "b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2",
      "45a68646-e962-46c3-9f12-84438d6db555"
    ],
    "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-22T05:06:00.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:301f4746-0737-4531-a98d-058273547e75
VfModuleModelInvariantUUID:da873be8-e2eb-46bb-a4c1-ab83c1771fbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cb14815-b3bb-4b42-a05e-77a27de88e7d
,
b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2
,
45a68646-e962-46c3-9f12-84438d6db555

}
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-22T05:06:00.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-22T05:06:00.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:06:00.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:00.611Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:06:00.612Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b7eb8f6e-f7f0-4dc1-8f49-0764d76a5dd2 1164
2022-12-22T05:06:00.612Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:00.612Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:00.612Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:06:00.612Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:00.614Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:00.614Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685560612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:06:00.714Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:06:00.715Z||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-22T05:06:00.716Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:00.727Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:00.728Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:01.615Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45a68646-e962-46c3-9f12-84438d6db555 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-22T05:06:01.616Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:06:01.616Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:01.666Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:06:01.667Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 45a68646-e962-46c3-9f12-84438d6db555 200
2022-12-22T05:06:01.667Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:01.667Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:01.667Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:06:01.668Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:01.669Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:01.669Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685561667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:06:01.769Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:01.770Z||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-22T05:06:01.770Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:01.787Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:01.787Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:02.670Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5131caeb-089b-4cac-b5db-a7cbb932c91c
2022-12-22T05:06:02.670Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 797d03d6-d3be-40b8-be08-6638c42e151a 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=?
2022-12-22T05:06:02.683Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-22T05:06:02.688Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56918293, org.onap.sdc.toscaparser.api.parameters.Input@50459d4b, org.onap.sdc.toscaparser.api.parameters.Input@4f528e0d, org.onap.sdc.toscaparser.api.parameters.Input@18f1e19a, org.onap.sdc.toscaparser.api.parameters.Input@422e6d0d]
2022-12-22T05:06:02.689Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.689Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.690Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-22T05:06:02.690Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ba4e81b4-e72c-4bb0-9a85-88a493a486a7
2022-12-22T05:06:02.690Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba4e81b4-e72c-4bb0-9a85-88a493a486a7 matches Tosca VF Customization UUID: ba4e81b4-e72c-4bb0-9a85-88a493a486a7
2022-12-22T05:06:02.690Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ba4e81b4-e72c-4bb0-9a85-88a493a486a7  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-22T05:06:02.692Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.692Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.692Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ba4e81b4-e72c-4bb0-9a85-88a493a486a7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-22T05:06:02.693Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72ee0cf9
2022-12-22T05:06:02.693Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.693Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-22T05:06:02.693Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f5203a9-553b-4680-a6ad-ca2d3f184bf6
2022-12-22T05:06:02.693Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f5203a9-553b-4680-a6ad-ca2d3f184bf6
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-22T05:06:02.695Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.695Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:06:02.695Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:06:02.696Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.696Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:06:02.696Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:06:02.696Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.696Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-22T05:06:02.697Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-22T05:06:02.697Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d5f4ea17-ad69-4ba4-9e38-2e6d328af610
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-22T05:06:02.698Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.699Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:06:02.699Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:06:02.699Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.699Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-22T05:06:02.699Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ba4e81b4-e72c-4bb0-9a85-88a493a486a7
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-22T05:06:02.701Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.701Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.701Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5131caeb-089b-4cac-b5db-a7cbb932c91c: basic_cnf
2022-12-22T05:06:02.701Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.701Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.702Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.703Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:02.703Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:02.703Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:02.758Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 797d03d6-d3be-40b8-be08-6638c42e151a 1 ASDC deployResourceStructure
2022-12-22T05:06:02.759Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:02.759Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:02.759Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-22T05:06:02.759Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:02.761Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:02.761Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685562758,
  "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-22T05:06:02.861Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:02.862Z||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-22T05:06:02.862Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:02.876Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:02.876Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:03.762Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:03.762Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:03.762Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-22T05:06:03.762Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:03.764Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:03.764Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685563762,
  "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-22T05:06:03.864Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:03.865Z||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-22T05:06:03.865Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:03.894Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:03.894Z||pool-72-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:04.765Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:04.766Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:04.766Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:06:04.766Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:04.768Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:04.769Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685564765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:06:04.869Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:04.869Z||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-22T05:06:04.870Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:04.882Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:04.882Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:05.769Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:05.770Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:05.771Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:06:05.771Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:05.773Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:05.773Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685565769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:06:05.873Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:05.874Z||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-22T05:06:05.874Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:05.886Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:05.886Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:06.774Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:06.774Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:06.774Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:06:06.775Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:06.777Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:06.777Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685566774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:06:06.877Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:06.878Z||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-22T05:06:06.878Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:06.905Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:06.905Z||pool-75-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:07.778Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:07.778Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||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-22T05:06:07.778Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:06:07.779Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:07.780Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:07.781Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685567778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:06:07.881Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:07.881Z||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-22T05:06:07.882Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:07.916Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:07.916Z||pool-76-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:08.782Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2c4cff-2ff0-48f5-9741-9e77b2206011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:06:08.790Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2c4cff-2ff0-48f5-9741-9e77b2206011
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-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:06:08.793Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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-22T05:06:08.797Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:06:38.798Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e2c4cff-2ff0-48f5-9741-9e77b2206011 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-22T05:06:38.804Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e2c4cff-2ff0-48f5-9741-9e77b2206011 and serviceModelVersionId: 5131caeb-089b-4cac-b5db-a7cbb932c91c
2022-12-22T05:06:38.804Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9
2022-12-22T05:06:38.804Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?depth=0
2022-12-22T05:06:38.808Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:06:38.853Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?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-22T05:06:38.854Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?depth=0|INFO|500||Invoke
2022-12-22T05:06:38.871Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:06:39.036Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?depth=0|INFO|500||InvokeReturn
2022-12-22T05:06:39.037Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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/7d1814eb-a66d-4ae8-b6f5-9d0dbdb60ba9/model-vers/model-ver/5131caeb-089b-4cac-b5db-a7cbb932c91c?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:06:39 GMT], content-length=[0], vertex-id=[180400], x-aai-txid=[0-aai-resources-221222-05:06:39:646-70568], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:06:39.037Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:06:39.038Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:06:39.038Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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-22T05:06:39.043Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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-22T05:06:39.043Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e2c4cff-2ff0-48f5-9741-9e77b2206011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:06:39.043Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:06:39.044Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:39.046Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:39.046Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685599043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:06:39.146Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:39.147Z||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-22T05:06:39.147Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:39.164Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:39.165Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:06:40.065Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:06:40.065Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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-22T05:06:40.065Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:06:44.549Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:44.550Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:06:44.551Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eed355e2-82e1-47ba-aba4-b446cf2f99fa","serviceName":"Demo_pNF_wZMKClkx77tETQSBJ8lB","serviceVersion":"1.0","serviceUUID":"6fb193be-67d2-413e-890b-2a9d9b8f1ae6","serviceDescription":"catalog service description","serviceInvariantUUID":"39f6631d-c8f9-4cac-b385-d7593d07f9f8","resources":[{"resourceInstanceName":"pNF ffe59c78-8fdb 0","resourceName":"pNF ffe59c78-8fdb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"580d6837-461c-4520-81e8-6c208e1e778b","resourceInvariantUUID":"432d4ab6-9d44-47e4-ada2-641aeec39285","resourceCustomizationUUID":"11a0b61e-fc36-4910-9293-2a6855f87c4f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml","artifactChecksum":"OWU5NmZlOTA1MDY0Zjg1MWU4OWFiY2VmMWYzNDU0OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae87d162-50bf-4502-9f31-317e98aaa7ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar","artifactChecksum":"MTljMTFjODMwNTUwMDMyM2E1M2QxZjM0M2ZmMzY4NjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1e79a7f-a581-4028-b979-c645d54c5c46","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fd0c4f0-6fe4-457d-bacf-22d3bb1462a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml","artifactChecksum":"NzY4YmExYmE5YmFkOTAyNzU4YWM2OGQ5OTQzMjgxMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23998e0c-5f32-4c0a-8486-1fe97034a36e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14ed59a6-d0f6-4ef7-bf66-19a69136d9a5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9c29636-73fa-4a33-bc9f-a3639db4fa85","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml","artifactChecksum":"MWNlNzAxYmI3N2ZmYmE3MzY0OTQxZThhMzQxYmRkYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f02820f5-bc4f-4211-8d51-df5bf55baf2b","artifactVersion":"1"},{"artifactName":"service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar","artifactChecksum":"YTBlMjUwMmFhNTg5MTNlODk1ZTZkYjJlNzJkMzYzMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f4fd574-50c0-45fa-8673-007f23e954bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:06:44.554Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:44.555Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:44.557Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:44.557Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:44.659Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T05:06:44.660Z||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-22T05:06:44.660Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:44.672Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:44.672Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:45.558Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:45.559Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:45.560Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:45.560Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:45.661Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:06:45.661Z||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-22T05:06:45.661Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:45.673Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:45.673Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:06:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:06:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:06:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:06:45.899Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8605e25e-95fa-483a-80bf-62277a34435d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685544491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:06:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:06:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:06:45.901Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:45.902Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:06:46.561Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:46.562Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:46.563Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:46.563Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:46.664Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:46.664Z||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-22T05:06:46.664Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:46.684Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:46.685Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:47.564Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:47.565Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:47.566Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:47.566Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:47.667Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:47.667Z||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-22T05:06:47.667Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:47.679Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:47.680Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:48.567Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:48.569Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:48.571Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:48.571Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:48.671Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:48.672Z||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-22T05:06:48.672Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:48.689Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:48.690Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:49.572Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:49.572Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:49.574Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:49.574Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:49.674Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:49.675Z||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-22T05:06:49.675Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:49.696Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:49.697Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:50.578Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:50.579Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:50.581Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:50.581Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:06:50.681Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-22T05:06:50.682Z||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-22T05:06:50.682Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:50.697Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:50.697Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:51.583Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:06:51.584Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:51.586Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:51.586Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:06:51.686Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:51.687Z||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-22T05:06:51.687Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:51.699Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:51.700Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:06:52.587Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "serviceName": "Demo_pNF_wZMKClkx77tETQSBJ8lB",
  "serviceVersion": "1.0",
  "serviceUUID": "6fb193be-67d2-413e-890b-2a9d9b8f1ae6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "39f6631d-c8f9-4cac-b385-d7593d07f9f8",
  "resources": [
    {
      "resourceInstanceName": "pNF ffe59c78-8fdb 0",
      "resourceCustomizationUUID": "11a0b61e-fc36-4910-9293-2a6855f87c4f",
      "resourceName": "pNF ffe59c78-8fdb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "580d6837-461c-4520-81e8-6c208e1e778b",
      "resourceInvariantUUID": "432d4ab6-9d44-47e4-ada2-641aeec39285",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
      "artifactChecksum": "YTBlMjUwMmFhNTg5MTNlODk1ZTZkYjJlNzJkMzYzMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f4fd574-50c0-45fa-8673-007f23e954bf"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:06:52.588Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:06:52.588Z|4e2c4cff-2ff0-48f5-9741-9e77b2206011|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6fb193be-67d2-413e-890b-2a9d9b8f1ae6 ASDC
2022-12-22T05:06:52.588Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:eed355e2-82e1-47ba-aba4-b446cf2f99fa
ServiceName:Demo_pNF_wZMKClkx77tETQSBJ8lB
ServiceVersion:1.0
ServiceUUID:6fb193be-67d2-413e-890b-2a9d9b8f1ae6
ServiceInvariantUUID:39f6631d-c8f9-4cac-b385-d7593d07f9f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
ArtifactUUID:7f4fd574-50c0-45fa-8673-007f23e954bf
ArtifactChecksum:YTBlMjUwMmFhNTg5MTNlODk1ZTZkYjJlNzJkMzYzMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ffe59c78-8fdb 0
ResourceCustomizationUUID:11a0b61e-fc36-4910-9293-2a6855f87c4f
ResourceInvariantUUID:432d4ab6-9d44-47e4-ada2-641aeec39285
ResourceName:pNF ffe59c78-8fdb
ResourceType:PNF
ResourceUUID:580d6837-461c-4520-81e8-6c208e1e778b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-22T05:06:52.589Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fb193be-67d2-413e-890b-2a9d9b8f1ae6 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-22T05:06:52.616Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:06:52.617Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:06:52.617Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:06:52.618Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f4fd574-50c0-45fa-8673-007f23e954bf from URL: /sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:52.618Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:06:52.618Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:52.770Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:06:52.774Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar 7f4fd574-50c0-45fa-8673-007f23e954bf 87791
2022-12-22T05:06:52.775Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar ASDC sendASDCNotification
2022-12-22T05:06:52.775Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:52.775Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:06:52.775Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:52.777Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:52.777Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685612775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:06:52.877Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:52.880Z||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-22T05:06:52.880Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:52.893Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:52.893Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:53.778Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:06:53.779Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:06:53.779Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7f4fd574-50c0-45fa-8673-007f23e954bf, URL: /sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar to file: /app/ASDC/1/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:53.780Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:53.780Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:53.780Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:53.927Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10643723122738813627/Definitions/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml
2022-12-22T05:06:54.622Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ffe59c78-8fdb 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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.623Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.624Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Node template pNF ffe59c78-8fdb 0 is matching search criteria
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ffe59c78-8fdb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Node template pNF ffe59c78-8fdb 0 is matching search criteria
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:06:54.625Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ffe59c78-8fdb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.626Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.627Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.627Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.627Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.627Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wZMKClkx77tETQSBJ8lB
Description:catalog service description
Model UUID:6fb193be-67d2-413e-890b-2a9d9b8f1ae6
Model Version:NULL
Model InvariantUuid:39f6631d-c8f9-4cac-b385-d7593d07f9f8
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-22T05:06:54.632Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 580d6837-461c-4520-81e8-6c208e1e778b
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-22T05:06:54.635Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||pNF ffe59c78-8fdb 0
2022-12-22T05:06:54.635Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 580d6837-461c-4520-81e8-6c208e1e778b
2022-12-22T05:06:54.635Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6fb193be-67d2-413e-890b-2a9d9b8f1ae6
2022-12-22T05:06:54.635Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6fb193be-67d2-413e-890b-2a9d9b8f1ae6
2022-12-22T05:06:54.635Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ffe59c78-8fdb 0 580d6837-461c-4520-81e8-6c208e1e778b 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-22T05:06:54.639Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17cd7e1e, org.onap.sdc.toscaparser.api.parameters.Input@26b71586, org.onap.sdc.toscaparser.api.parameters.Input@55e826ad, org.onap.sdc.toscaparser.api.parameters.Input@73b7c559, org.onap.sdc.toscaparser.api.parameters.Input@f7668bf]
2022-12-22T05:06:54.639Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.639Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.640Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6fb193be-67d2-413e-890b-2a9d9b8f1ae6: pNF ffe59c78-8fdb
2022-12-22T05:06:54.640Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Processing PNF resource: 580d6837-461c-4520-81e8-6c208e1e778b
2022-12-22T05:06:54.640Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:06:54.640Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wZMKClkx77tETQSBJ8lB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:06:54.640Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||Resource customization UUID: 11a0b61e-fc36-4910-9293-2a6855f87c4f is the same as notified resource customizationUUID: 11a0b61e-fc36-4910-9293-2a6855f87c4f
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-22T05:06:54.683Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ffe59c78-8fdb 580d6837-461c-4520-81e8-6c208e1e778b 0 ASDC deployResourceStructure
2022-12-22T05:06:54.683Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar ASDC sendASDCNotification
2022-12-22T05:06:54.683Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar
2022-12-22T05:06:54.683Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:06:54.683Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:06:54.685Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:06:54.685Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685614683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:06:54.785Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:06:54.786Z||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-22T05:06:54.786Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:06:54.798Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:06:54.798Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:06:55.686Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:06:55.693Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
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-22T05:06:55.695Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:06:55.695Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:06:55.695Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:07:25.696Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:07:25.706Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
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-22T05:07:25.709Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:07:25.709Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:07:25.709Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:07:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:07:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:07:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:07:45.925Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:07:45.926Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.926Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.927Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.928Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.929Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.930Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.931Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.932Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.933Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.934Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685462855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.935Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.936Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685554999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.937Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685546582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.938Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685546358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671685548662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685556657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.939Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685556855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685557383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.940Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "cds",
  "timestamp": 1671685557862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-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-22T05:07:45.946Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eed355e2-82e1-47ba-aba4-b446cf2f99fa
2022-12-22T05:07:45.946Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed355e2-82e1-47ba-aba4-b446cf2f99fa 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-22T05:07:45.954Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.954Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685557854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.954Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.955Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.955Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685558481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.955Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.955Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.955Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671685558859,
  "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-22T05:07:45.959Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eed355e2-82e1-47ba-aba4-b446cf2f99fa
2022-12-22T05:07:45.959Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed355e2-82e1-47ba-aba4-b446cf2f99fa 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-22T05:07:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685559552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.966Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685560612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685561667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.967Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685562758,
  "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-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.968Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685563762,
  "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-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.969Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685564765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.970Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685565769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.971Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685566774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.972Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685567778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.973Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.974Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685561329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685570127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.975Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685565241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.976Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685574076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685576382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685575775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:45.977Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.978Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671685577390,
  "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-22T05:07:45.983Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eed355e2-82e1-47ba-aba4-b446cf2f99fa
2022-12-22T05:07:45.984Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed355e2-82e1-47ba-aba4-b446cf2f99fa 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-22T05:07:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:45.991Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "aai-ml",
  "timestamp": 1671685576783,
  "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-22T05:07:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eed355e2-82e1-47ba-aba4-b446cf2f99fa
2022-12-22T05:07:45.996Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed355e2-82e1-47ba-aba4-b446cf2f99fa 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-22T05:07:46.004Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:46.004Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2c4cff-2ff0-48f5-9741-9e77b2206011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685599043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:07:46.004Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:07:46.004Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:46.004Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:46.005Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:46.005Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:07:46.005Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:07:46.006Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:07:55.710Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:07:55.720Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa
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-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:07:55.723Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:07:55.724Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:07:55.724Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:07:55.727Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:08:25.728Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa 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-22T05:08:25.733Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eed355e2-82e1-47ba-aba4-b446cf2f99fa and serviceModelVersionId: 6fb193be-67d2-413e-890b-2a9d9b8f1ae6
2022-12-22T05:08:25.733Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39f6631d-c8f9-4cac-b385-d7593d07f9f8
2022-12-22T05:08:25.734Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?depth=0
2022-12-22T05:08:25.738Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:08:25.793Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?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-22T05:08:25.794Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?depth=0|INFO|500||Invoke
2022-12-22T05:08:25.818Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:08:26.037Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?depth=0|INFO|500||InvokeReturn
2022-12-22T05:08:26.038Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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/39f6631d-c8f9-4cac-b385-d7593d07f9f8/model-vers/model-ver/6fb193be-67d2-413e-890b-2a9d9b8f1ae6?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:08:26 GMT], content-length=[0], vertex-id=[217296], x-aai-txid=[1-aai-resources-221222-05:08:26:604-200], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:08:26.038Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:08:26.039Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:08:26.039Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:26.044Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:26.044Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eed355e2-82e1-47ba-aba4-b446cf2f99fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:08:26.045Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:08:26.045Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:08:26.047Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:08:26.047Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685706045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:08:26.147Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:08:26.148Z||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-22T05:08:26.148Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:08:26.163Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:08:26.163Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:08:27.060Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:08:27.061Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:27.061Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:08:36.619Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:08:36.621Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:08:36.622Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:36.622Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:08:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:08:45.855Z||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-22T05:08:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:08:45.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:08:45.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:08:45.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:08:45.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:08:45.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/resourceInstances/pnfffe59c788fdb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:08:45.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:08:45.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685600065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:08:45.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:08:45.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685612775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:08:45.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:08:45.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-22T05:08:45.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685614683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWzmkclkx77tetqsbj8lb/1.0/artifacts/service-DemoPnfWzmkclkx77tetqsbj8lb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:08:45.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:08:46.170Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:08:46.172Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:08:46.173Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:46.173Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:08:55.729Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:08:55.730Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:08:55.730Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:08:55.731Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:09:05.278Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:09:05.278Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:09:05.279Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:09:05.279Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:09:14.844Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:09:14.844Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:09:14.845Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:09:14.845Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:09:24.393Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:09:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:09:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:09:45.855Z||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-22T05:09:45.855Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:09:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:09:45.856Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:09:46.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:09:46.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-22T05:09:46.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed355e2-82e1-47ba-aba4-b446cf2f99fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671685706045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:09:46.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:09:55.415Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:10:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:10:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:10:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:10:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:10:45.854Z||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-22T05:10:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:10:55.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:10:55.461Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:11:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:11:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:11:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:11:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:11:45.854Z||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-22T05:11:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:11:55.449Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:11:55.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:12:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:12:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:12:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:12:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:12:45.854Z||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-22T05:12:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:12:55.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:12:55.418Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:13:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:13:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:13:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:13:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:13:45.854Z||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-22T05:13:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:13:55.404Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:13:55.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:14:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:14:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:14:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:14:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:14:45.854Z||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-22T05:14:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:14:55.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:14:55.421Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:15:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:15:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:15:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:15:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:15:45.855Z||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-22T05:15:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:15:55.401Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:15:55.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:16:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:16:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:16:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:16:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:16:45.854Z||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-22T05:16:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:16:55.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:16:55.415Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:17:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:17:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:17:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:17:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:17:45.854Z||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-22T05:17:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:17:55.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:17:55.407Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:18:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:18:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:18:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:18:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:18:45.854Z||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-22T05:18:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:18:55.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:18:55.415Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:19:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:19:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:19:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:19:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:19:45.854Z||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-22T05:19:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:19:55.456Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:19:55.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:20:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:20:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:20:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:20:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:20:45.854Z||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-22T05:20:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:20:55.413Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:20:55.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:21:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:21:45.854Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:21:45.854Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:21:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:21:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:21:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:21:55.433Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:21:55.433Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:22:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:22:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:22:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:22:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:22:45.855Z||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-22T05:22:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:22:55.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:22:55.414Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:23:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:23:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:23:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:23:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:23:45.855Z||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-22T05:23:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:23:55.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:23:55.410Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:24:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:24:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:24:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:24:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:24:45.854Z||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-22T05:24:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:24:55.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:24:55.400Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:25:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:25:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:25:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:25:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:25:45.856Z||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-22T05:25:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:25:55.480Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:25:55.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:26:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:26:45.853Z||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-22T05:26:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:26:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:26:45.855Z||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-22T05:26:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:26:55.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:26:55.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:27:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:27:45.852Z||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-22T05:27:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:27:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:27:45.854Z||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-22T05:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:27:55.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:27:55.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:28:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:28:45.853Z||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-22T05:28:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:28:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:28:45.855Z||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-22T05:28:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:28:55.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:28:55.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:29:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:29:45.852Z||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-22T05:29:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:29:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:29:45.854Z||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-22T05:29:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:29:55.416Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:29:55.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:30:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:30:45.853Z||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-22T05:30:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:30:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:30:45.854Z||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-22T05:30:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:30:55.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:30:55.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:31:45.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:31:45.853Z||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-22T05:31:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:31:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:31:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:31:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:31:55.402Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:31:55.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:32:45.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:32:45.853Z||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-22T05:32:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:32:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:32:45.854Z||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-22T05:32:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:32:55.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:32:55.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:33:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:33:45.853Z||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-22T05:33:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:33:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:33:45.854Z||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-22T05:33:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:33:55.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:33:55.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:34:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:34:45.853Z||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-22T05:34:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:34:45.855Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:34:45.855Z||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-22T05:34:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:34:55.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:34:55.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:35:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:35:45.853Z||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-22T05:35:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:35:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:35:45.855Z||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-22T05:35:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:35:55.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:35:55.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:36:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:36:45.853Z||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-22T05:36:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:36:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:36:45.854Z||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-22T05:36:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:36:55.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:36:55.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:37:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:37:45.852Z||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-22T05:37:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:37:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:37:45.855Z||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-22T05:37:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:37:55.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:37:55.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:38:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:38:45.853Z||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-22T05:38:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:38:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:38:45.855Z||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-22T05:38:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:38:55.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:38:55.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:39:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:39:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:39:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:39:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:39:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:39:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:39:55.468Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:39:55.469Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:40:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:40:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:40:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:40:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:40:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:40:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:40:55.462Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:40:55.462Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:41:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:41:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:41:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:41:45.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:41:45.854Z||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-22T05:41:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:41:55.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:41:55.495Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:42:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:42:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:42:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:42:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:42:45.854Z||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-22T05:42:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:42:55.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:42:55.459Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:45.852Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:43:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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-22T05:43:45.853Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:43:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:43:45.854Z||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-22T05:43:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:43:46.509Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:46.510Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.510Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6210376-b95e-43a6-9f51-123189a71d9f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"cf558ad4-85a1-4a46-992b-227506f51242","serviceDescription":"service","serviceInvariantUUID":"7cc369cc-f631-4305-a109-8ee26b99a8dd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3990d6b2-d729-46ea-b492-c5b593d66f93","resourceInvariantUUID":"f664a187-4231-4ff3-b009-8acb93931f0f","resourceCustomizationUUID":"78927ed0-4e41-4f2d-9594-8064dd63ae50","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":"NjBhZjQ5NzEzOWU0OGQyOTliYzFkYzYzNjhhZTJjZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c8dc81a-fe63-4ba7-b44a-6b437b820b40","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":"YmYzMDIxYTE4ZDlmNjdlZjk3MjIzMzE4MjdjYTM3NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca2189f8-a79c-4d8a-bc9f-923ab2afc33b","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":"bbfd1624-bdb4-4cc5-aba1-ce25ba212a68","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":"40f6529e-8468-4271-9b2e-78bdf195b00b","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":"bf344ff9-87b7-4d18-8a6c-95d8e43e6c90","artifactVersion":"2","generatedFromUUID":"18cd14f9-66de-465e-9a36-42b629ab94e2"},{"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":"8bac99ba-38fa-440f-adf2-5a01dacd892a","artifactVersion":"2","generatedFromUUID":"bbfd1624-bdb4-4cc5-aba1-ce25ba212a68"},{"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":"18cd14f9-66de-465e-9a36-42b629ab94e2","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":"7fff71bd-cc23-4a18-a2d4-7c675a0ae20d","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":"MTdmMzg0ZjBiMWYxMWNhMzI1MGNkYzQ0NDFjZjg2NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3248337d-9ae4-4b9f-9258-9ae167117a5b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzA1NTI5NmE3NjY1MDEyNmM1N2Y5MmI5MmQ5NzNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"639a642c-7b5d-4766-a918-67c4b2ffb906","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:43:46.530Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:46.531Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:46.544Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:46.544Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:46.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687813212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "cds",
  "timestamp": 1671687815769,
  "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-22T05:43:46.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6210376-b95e-43a6-9f51-123189a71d9f
2022-12-22T05:43:46.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6210376-b95e-43a6-9f51-123189a71d9f 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-22T05:43:46.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687806581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687808662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687819476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687821706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687822218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687822776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687823857,
  "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-22T05:43:46.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6210376-b95e-43a6-9f51-123189a71d9f
2022-12-22T05:43:46.629Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6210376-b95e-43a6-9f51-123189a71d9f 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-22T05:43:46.643Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-22T05:43:46.643Z||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-22T05:43:46.644Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:46.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687816771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:43:46.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687824861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:43:46.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687826098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-22T05:43:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687825606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:46.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:43:46.656Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:46.657Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:47.545Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:47.546Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:47.548Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:47.548Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:43:47.648Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:43:47.649Z||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-22T05:43:47.649Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:47.671Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:47.671Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:48.549Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:48.550Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:48.552Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:48.552Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:43:48.652Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:48.653Z||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-22T05:43:48.653Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:48.672Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:48.672Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:49.552Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:49.553Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:49.556Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:49.556Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:49.656Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:49.658Z||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-22T05:43:49.658Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:49.673Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:49.673Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:43:50.556Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:50.558Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:50.560Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:50.560Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-22T05:43:50.660Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:50.661Z||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-22T05:43:50.661Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:50.674Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:50.675Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:43:51.561Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:51.561Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:51.563Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:51.563Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-22T05:43:51.663Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:51.664Z||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-22T05:43:51.664Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:51.678Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:51.678Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:43:52.564Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:52.565Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:52.567Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:52.567Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:43:52.667Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:52.668Z||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-22T05:43:52.668Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:52.679Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:52.679Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:53.567Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:53.568Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:53.570Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:53.570Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:53.670Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:53.671Z||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-22T05:43:53.671Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:53.697Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:53.698Z||pool-96-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:54.570Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:54.571Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:54.573Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:54.573Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:43:54.673Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:54.674Z||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-22T05:43:54.674Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:54.690Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:54.691Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:55.573Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:43:55.574Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:55.576Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:55.576Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:43:55.676Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:43:55.677Z||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-22T05:43:55.677Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:55.723Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:55.724Z||pool-98-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:56.577Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cf558ad4-85a1-4a46-992b-227506f51242",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7cc369cc-f631-4305-a109-8ee26b99a8dd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "78927ed0-4e41-4f2d-9594-8064dd63ae50",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3990d6b2-d729-46ea-b492-c5b593d66f93",
      "resourceInvariantUUID": "f664a187-4231-4ff3-b009-8acb93931f0f",
      "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": "YmYzMDIxYTE4ZDlmNjdlZjk3MjIzMzE4MjdjYTM3NjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca2189f8-a79c-4d8a-bc9f-923ab2afc33b",
          "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": "bbfd1624-bdb4-4cc5-aba1-ce25ba212a68",
          "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": "8bac99ba-38fa-440f-adf2-5a01dacd892a",
            "generatedFromUUID": "bbfd1624-bdb4-4cc5-aba1-ce25ba212a68"
          },
          "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": "bf344ff9-87b7-4d18-8a6c-95d8e43e6c90",
          "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": "8bac99ba-38fa-440f-adf2-5a01dacd892a",
          "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": "18cd14f9-66de-465e-9a36-42b629ab94e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzA1NTI5NmE3NjY1MDEyNmM1N2Y5MmI5MmQ5NzNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "639a642c-7b5d-4766-a918-67c4b2ffb906"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:43:56.578Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:43:56.578Z|eed355e2-82e1-47ba-aba4-b446cf2f99fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cf558ad4-85a1-4a46-992b-227506f51242 ASDC
2022-12-22T05:43:56.579Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c6210376-b95e-43a6-9f51-123189a71d9f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:cf558ad4-85a1-4a46-992b-227506f51242
ServiceInvariantUUID:7cc369cc-f631-4305-a109-8ee26b99a8dd
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:639a642c-7b5d-4766-a918-67c4b2ffb906
ArtifactChecksum:YzA1NTI5NmE3NjY1MDEyNmM1N2Y5MmI5MmQ5NzNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:78927ed0-4e41-4f2d-9594-8064dd63ae50
ResourceInvariantUUID:f664a187-4231-4ff3-b009-8acb93931f0f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3990d6b2-d729-46ea-b492-c5b593d66f93
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:ca2189f8-a79c-4d8a-bc9f-923ab2afc33b
ArtifactChecksum:YmYzMDIxYTE4ZDlmNjdlZjk3MjIzMzE4MjdjYTM3NjM=
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:bbfd1624-bdb4-4cc5-aba1-ce25ba212a68
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:8bac99ba-38fa-440f-adf2-5a01dacd892a
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:bf344ff9-87b7-4d18-8a6c-95d8e43e6c90
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:8bac99ba-38fa-440f-adf2-5a01dacd892a
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:18cd14f9-66de-465e-9a36-42b629ab94e2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T05:43:56.579Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf558ad4-85a1-4a46-992b-227506f51242 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-22T05:43:56.611Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:43:56.611Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:43:56.612Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:43:56.612Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 639a642c-7b5d-4766-a918-67c4b2ffb906 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-22T05:43:56.612Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:43:56.613Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:56.702Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:43:56.709Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 639a642c-7b5d-4766-a918-67c4b2ffb906 162978
2022-12-22T05:43:56.710Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:56.710Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:56.710Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:43:56.711Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:56.713Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:56.713Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687836710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:56.813Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:43:56.814Z||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-22T05:43:56.814Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:56.829Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:56.829Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:43:57.713Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:43:57.715Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:43:57.715Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 639a642c-7b5d-4766-a918-67c4b2ffb906, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-22T05:43:57.716Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-22T05:43:57.716Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-22T05:43:57.717Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-22T05:43:57.965Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11355562304019389171/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-22T05:43:59.282Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:43:59.283Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:43:59.283Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-22T05:43:59.283Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-22T05:43:59.283Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.284Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.284Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.284Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.284Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:43:59.285Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.285Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.285Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.286Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:43:59.286Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.286Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.287Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.287Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.287Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:43:59.287Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.288Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.288Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.288Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.289Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-22T05:43:59.289Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-22T05:43:59.289Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-22T05:43:59.289Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T05:43:59.290Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.290Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.290Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.291Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.291Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:43:59.291Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.291Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.292Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:43:59.292Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.292Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.293Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:43:59.293Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.293Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:43:59.293Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:43:59.294Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.294Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-22T05:43:59.294Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-22T05:43:59.294Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7201950-3ca0-4bd0-8917-ed00fcf61c10
2022-12-22T05:43:59.295Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.295Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.295Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.295Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.296Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.296Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.296Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:43:59.296Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.297Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:cf558ad4-85a1-4a46-992b-227506f51242
Model Version:NULL
Model InvariantUuid:7cc369cc-f631-4305-a109-8ee26b99a8dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:570d439e-0a42-4c7c-b808-cd636950d6a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f664a187-4231-4ff3-b009-8acb93931f0f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78927ed0-4e41-4f2d-9594-8064dd63ae50
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c2e0c18-296d-4b9e-a7d0-5a986fe8d1ea
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7260e14e-94b1-400a-b99c-69945668a194
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8773109c-e68e-4845-9809-09c3f78cdfd5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5b405d95-38cf-4046-946d-fc5cf23be680
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7201950-3ca0-4bd0-8917-ed00fcf61c10
ModelInvariantUuid:c1b0cd27-17d0-49d8-9fa8-d30026ebe376
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:47d09df8-0a6c-4545-a3f0-3f359466a71e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:daf1cdcf-0d1c-465e-8268-36bd313ccbd6
ModelInvariantUuid:b1cfe2ab-16f1-4163-82d4-3fe4d9c3541b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:3523345b-b629-482e-bd8a-ae927d182084
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-22T05:43:59.303Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3990d6b2-d729-46ea-b492-c5b593d66f93
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-22T05:43:59.308Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-12-22T05:43:59.309Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3990d6b2-d729-46ea-b492-c5b593d66f93
2022-12-22T05:43:59.309Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca2189f8-a79c-4d8a-bc9f-923ab2afc33b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-22T05:43:59.309Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:43:59.310Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.360Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:43:59.361Z|c6210376-b95e-43a6-9f51-123189a71d9f|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 ca2189f8-a79c-4d8a-bc9f-923ab2afc33b 1565
2022-12-22T05:43:59.361Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.362Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:43:59.362Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:43:59.362Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:43:59.364Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:43:59.364Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687839361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:43:59.464Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:43:59.465Z||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-22T05:43:59.465Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:43:59.475Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:43:59.476Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:00.365Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8773109c-e68e-4845-9809-09c3f78cdfd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b405d95-38cf-4046-946d-fc5cf23be680",
    "vfModuleModelCustomizationUUID": "f40eb9c4-9384-422a-ad3b-db8f00206175",
    "isBase": true,
    "artifacts": [
      "bbfd1624-bdb4-4cc5-aba1-ce25ba212a68",
      "8bac99ba-38fa-440f-adf2-5a01dacd892a"
    ],
    "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": "6c2e0c18-296d-4b9e-a7d0-5a986fe8d1ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7260e14e-94b1-400a-b99c-69945668a194",
    "vfModuleModelCustomizationUUID": "dd6874e3-49f1-45ea-9a6d-281b6d5ab2c1",
    "isBase": false,
    "artifacts": [
      "18cd14f9-66de-465e-9a36-42b629ab94e2"
    ],
    "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-22T05:44:00.370Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b405d95-38cf-4046-946d-fc5cf23be680
VfModuleModelInvariantUUID:8773109c-e68e-4845-9809-09c3f78cdfd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbfd1624-bdb4-4cc5-aba1-ce25ba212a68
,
8bac99ba-38fa-440f-adf2-5a01dacd892a

}
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:7260e14e-94b1-400a-b99c-69945668a194
VfModuleModelInvariantUUID:6c2e0c18-296d-4b9e-a7d0-5a986fe8d1ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
18cd14f9-66de-465e-9a36-42b629ab94e2

}
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-22T05:44:00.373Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8773109c-e68e-4845-9809-09c3f78cdfd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b405d95-38cf-4046-946d-fc5cf23be680",
    "vfModuleModelCustomizationUUID": "f40eb9c4-9384-422a-ad3b-db8f00206175",
    "isBase": true,
    "artifacts": [
      "bbfd1624-bdb4-4cc5-aba1-ce25ba212a68",
      "8bac99ba-38fa-440f-adf2-5a01dacd892a"
    ],
    "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": "6c2e0c18-296d-4b9e-a7d0-5a986fe8d1ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7260e14e-94b1-400a-b99c-69945668a194",
    "vfModuleModelCustomizationUUID": "dd6874e3-49f1-45ea-9a6d-281b6d5ab2c1",
    "isBase": false,
    "artifacts": [
      "18cd14f9-66de-465e-9a36-42b629ab94e2"
    ],
    "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-22T05:44:00.373Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b405d95-38cf-4046-946d-fc5cf23be680
VfModuleModelInvariantUUID:8773109c-e68e-4845-9809-09c3f78cdfd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbfd1624-bdb4-4cc5-aba1-ce25ba212a68
,
8bac99ba-38fa-440f-adf2-5a01dacd892a

}
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:7260e14e-94b1-400a-b99c-69945668a194
VfModuleModelInvariantUUID:6c2e0c18-296d-4b9e-a7d0-5a986fe8d1ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
18cd14f9-66de-465e-9a36-42b629ab94e2

}
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-22T05:44:00.373Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bbfd1624-bdb4-4cc5-aba1-ce25ba212a68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-22T05:44:00.374Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:44:00.374Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:00.425Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:44:00.426Z|c6210376-b95e-43a6-9f51-123189a71d9f|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 bbfd1624-bdb4-4cc5-aba1-ce25ba212a68 914
2022-12-22T05:44:00.426Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:00.427Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:00.427Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:44:00.427Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:00.429Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:00.429Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687840426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:44:00.529Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:00.530Z||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-22T05:44:00.530Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:00.541Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:00.542Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:01.430Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf344ff9-87b7-4d18-8a6c-95d8e43e6c90 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-22T05:44:01.430Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:44:01.439Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:01.507Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:44:01.507Z|c6210376-b95e-43a6-9f51-123189a71d9f|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 bf344ff9-87b7-4d18-8a6c-95d8e43e6c90 12
2022-12-22T05:44:01.507Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:01.507Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:01.507Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:44:01.508Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:01.509Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:01.510Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687841507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:44:01.610Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:01.610Z||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-22T05:44:01.610Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:01.640Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:01.640Z||pool-102-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:44:02.510Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bac99ba-38fa-440f-adf2-5a01dacd892a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-22T05:44:02.510Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:44:02.512Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:02.568Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:44:02.568Z|c6210376-b95e-43a6-9f51-123189a71d9f|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 8bac99ba-38fa-440f-adf2-5a01dacd892a 96
2022-12-22T05:44:02.569Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:02.569Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:02.569Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:44:02.569Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:02.571Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:02.571Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687842569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:44:02.671Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:02.672Z||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-22T05:44:02.672Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:02.685Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:02.685Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:03.575Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 18cd14f9-66de-465e-9a36-42b629ab94e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-22T05:44:03.576Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:44:03.576Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:03.633Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:44:03.634Z|c6210376-b95e-43a6-9f51-123189a71d9f|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 18cd14f9-66de-465e-9a36-42b629ab94e2 20206
2022-12-22T05:44:03.634Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:03.634Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:03.634Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:44:03.634Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:03.637Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:03.637Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687843634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:44:03.736Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:44:03.737Z||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-22T05:44:03.737Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:03.759Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:03.760Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:44:04.641Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cf558ad4-85a1-4a46-992b-227506f51242
2022-12-22T05:44:04.641Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3990d6b2-d729-46ea-b492-c5b593d66f93 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-22T05:44:04.648Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cda4235, org.onap.sdc.toscaparser.api.parameters.Input@20bc0fc6, org.onap.sdc.toscaparser.api.parameters.Input@1f17f39, org.onap.sdc.toscaparser.api.parameters.Input@6de13c42, org.onap.sdc.toscaparser.api.parameters.Input@23e41021]
2022-12-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 78927ed0-4e41-4f2d-9594-8064dd63ae50
2022-12-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78927ed0-4e41-4f2d-9594-8064dd63ae50 matches Tosca VF Customization UUID: 78927ed0-4e41-4f2d-9594-8064dd63ae50
2022-12-22T05:44:04.650Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 78927ed0-4e41-4f2d-9594-8064dd63ae50  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-22T05:44:04.652Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.652Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 78927ed0-4e41-4f2d-9594-8064dd63ae50: {\"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-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d836804
2022-12-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd6874e3-49f1-45ea-9a6d-281b6d5ab2c1
2022-12-22T05:44:04.653Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd6874e3-49f1-45ea-9a6d-281b6d5ab2c1
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-22T05:44:04.655Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.655Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.656Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-22T05:44:04.657Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=78927ed0-4e41-4f2d-9594-8064dd63ae50
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-22T05:44:04.658Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.658Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.658Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cf558ad4-85a1-4a46-992b-227506f51242: basic_cnf_macro
2022-12-22T05:44:04.658Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.658Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.659Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:44:04.660Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.660Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.692Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3990d6b2-d729-46ea-b492-c5b593d66f93 2 ASDC deployResourceStructure
2022-12-22T05:44:04.692Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.692Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:04.692Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:44:04.692Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:04.695Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:04.695Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687844692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:44:04.798Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-22T05:44:04.799Z||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-22T05:44:04.799Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:04.811Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:04.811Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:05.696Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:05.697Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:05.697Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:44:05.698Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:05.700Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:05.700Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687845696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:44:05.800Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:44:05.800Z||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-22T05:44:05.800Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:05.815Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:05.815Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:06.708Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:06.708Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:06.709Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-22T05:44:06.709Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:06.711Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:06.711Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687846707,
  "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-22T05:44:06.811Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:44:06.812Z||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-22T05:44:06.812Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:06.833Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:06.833Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:07.714Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:07.714Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:07.714Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:44:07.714Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:07.716Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:07.716Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687847714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:44:07.816Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:07.817Z||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-22T05:44:07.817Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:07.827Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:07.827Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:08.717Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:08.718Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:08.718Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-22T05:44:08.718Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:08.720Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:08.720Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687848717,
  "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-22T05:44:08.820Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:08.821Z||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-22T05:44:08.821Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:08.836Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:08.837Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:09.721Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:09.721Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:44:09.721Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:44:09.721Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:44:09.723Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:44:09.723Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687849721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:44:09.823Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:44:09.824Z||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-22T05:44:09.824Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:44:09.841Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:09.841Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:44:10.724Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:44:10.735Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
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-22T05:44:10.737Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:44:10.737Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:44:10.737Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:44:40.737Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:44:40.754Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
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-22T05:44:40.756Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:44:40.756Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:44:40.757Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:44:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:44:45.855Z||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-22T05:44:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:44:45.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:44:45.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:44:45.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:44:45.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:10.757Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:45:10.769Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
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-22T05:45:10.771Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:45:10.771Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:45:10.771Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:45:40.771Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:45:40.781Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
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-22T05:45:40.783Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:45:40.783Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-22T05:45:40.783Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-22T05:45:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:45:45.855Z||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-22T05:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:45:45.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:45:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "cds",
  "timestamp": 1671687826897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-22T05:45:45.904Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
2022-12-22T05:45:45.904Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c 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-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687828766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687829771,
  "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-22T05:45:45.918Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6210376-b95e-43a6-9f51-123189a71d9f
2022-12-22T05:45:45.918Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6210376-b95e-43a6-9f51-123189a71d9f 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-22T05:45:45.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687830457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "aai-ml",
  "timestamp": 1671687831465,
  "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-22T05:45:45.932Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6210376-b95e-43a6-9f51-123189a71d9f
2022-12-22T05:45:45.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6210376-b95e-43a6-9f51-123189a71d9f 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-22T05:45:45.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687826581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687828662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687836710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687815240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687837442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687838933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687838513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687839361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687839574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687811330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687840426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687840604,
  "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-22T05:45:45.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
2022-12-22T05:45:45.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c 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-22T05:45:45.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687841692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687840631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687841507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687841607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687842696,
  "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-22T05:45:45.967Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
2022-12-22T05:45:45.967Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c 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-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687842569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687843634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687844692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687845696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687846707,
  "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-22T05:45:45.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687847714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687848061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687848717,
  "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-22T05:45:45.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:45:45.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "aai-ml",
  "timestamp": 1671687849076,
  "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-22T05:45:45.982Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
2022-12-22T05:45:45.982Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c 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-22T05:45:45.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:45:45.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687849721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:45:45.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:10.784Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:46:10.795Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f
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-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:46:10.798Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:46:10.799Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:46:10.799Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:46:10.799Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:46:10.804Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:46:40.804Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6210376-b95e-43a6-9f51-123189a71d9f 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-22T05:46:40.810Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6210376-b95e-43a6-9f51-123189a71d9f and serviceModelVersionId: cf558ad4-85a1-4a46-992b-227506f51242
2022-12-22T05:46:40.811Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc369cc-f631-4305-a109-8ee26b99a8dd
2022-12-22T05:46:40.812Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?depth=0
2022-12-22T05:46:40.819Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:46:40.869Z|c6210376-b95e-43a6-9f51-123189a71d9f|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/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?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-22T05:46:40.871Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?depth=0|INFO|500||Invoke
2022-12-22T05:46:40.893Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:46:41.007Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?depth=0|INFO|500||InvokeReturn
2022-12-22T05:46:41.008Z|c6210376-b95e-43a6-9f51-123189a71d9f|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/7cc369cc-f631-4305-a109-8ee26b99a8dd/model-vers/model-ver/cf558ad4-85a1-4a46-992b-227506f51242?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:46:41 GMT], content-length=[0], vertex-id=[274448], x-aai-txid=[0-aai-resources-221222-05:46:41:910-23363], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:46:41.009Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:46:41.009Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:46:41.009Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:46:41.014Z|c6210376-b95e-43a6-9f51-123189a71d9f|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-22T05:46:41.015Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6210376-b95e-43a6-9f51-123189a71d9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:46:41.015Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:46:41.015Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:41.018Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:41.018Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688001015,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:46:41.119Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T05:46:41.120Z||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-22T05:46:41.120Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:41.136Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:41.136Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:46:42.031Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-22T05:46:42.031Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1","serviceDescription":"service","serviceInvariantUUID":"7e541ec3-d5aa-4608-9e28-0ae7c034ede6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f0330e7-a30d-4d09-b31b-4c458df0f04c","resourceInvariantUUID":"8d2f4924-96ba-4ad8-9f6d-d49c5d845318","resourceCustomizationUUID":"ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8","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":"ODhlMGRmMDg4NDk5YTU2ODRjZjgzYTdjODJhMDA3ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f9df2d4-cd96-4d45-8cdf-9e391e61c858","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":"M2I5Mjk2NWZhNDJiMTMzZDczOTdiOGZmM2IwMjJhYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7267b219-6c9e-41b9-ba01-b5ca8ba13ef0","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":"73e6c487-597e-45b0-959d-ac3f4611c18f","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":"f5631d21-6db4-472f-9719-f9ea1017dfd4","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":"8939fcd6-0442-4e91-9995-17e01286bb59","artifactVersion":"2","generatedFromUUID":"73e6c487-597e-45b0-959d-ac3f4611c18f"},{"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":"ZDk0NTNlOWU0NTllZTE5OTEzNmZiYWIxM2FlYmI0MGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f0e3e94d-d420-4e35-9410-43db3509c279","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":"NDc2ZGMxZDA5YTdjNTEyMWNiMzJhZDFkNjkwNGY2ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87fa3468-e1f1-4e0b-a7e4-eec0d81d5c52","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDhjZmYyYjcyMjQwNjI3ZmFjMTRmNDhmZDhiNGNlNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2648e1a-690f-484b-af49-285ba751f8b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:46:42.032Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:42.032Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:42.034Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:42.034Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:42.135Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-22T05:46:42.136Z||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-22T05:46:42.136Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:42.152Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:42.152Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:43.034Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:43.035Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:43.037Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:43.037Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:46:43.137Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:43.138Z||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-22T05:46:43.138Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:43.160Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:43.160Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:44.038Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:44.038Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:44.043Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:44.044Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:46:44.143Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:46:44.144Z||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-22T05:46:44.144Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:44.156Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:44.156Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:45.044Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:45.044Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:45.047Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:45.047Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.147Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:45.148Z||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-22T05:46:45.148Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:45.161Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:45.161Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:46:45.855Z||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-22T05:46:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:46:45.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:45.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:46:45.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687906581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687905240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687901358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687901329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1671687908662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687917441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687917602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687918429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687917251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687918496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "cds",
  "timestamp": 1671687918864,
  "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-22T05:46:45.919Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
2022-12-22T05:46:45.920Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 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-22T05:46:45.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1671687919502,
  "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-22T05:46:45.930Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
2022-12-22T05:46:45.930Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 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-22T05:46:45.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687920685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:45.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1671687921712,
  "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-22T05:46:45.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
2022-12-22T05:46:45.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 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-22T05:46:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687922403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:45.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:46:45.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:46:45.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "aai-ml",
  "timestamp": 1671687923407,
  "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-22T05:46:45.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
2022-12-22T05:46:45.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 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-22T05:46:46.048Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:46.048Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:46.050Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:46.050Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:46:46.150Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:46.151Z||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-22T05:46:46.151Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:46.171Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:46.171Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:47.051Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:47.051Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:47.053Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:47.054Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:47.154Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:47.154Z||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-22T05:46:47.154Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:47.165Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:47.166Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:48.054Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:48.055Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:48.057Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:48.057Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:46:48.157Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:46:48.158Z||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-22T05:46:48.158Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:48.185Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:48.185Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:49.058Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:46:49.059Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:49.062Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:49.062Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:46:49.162Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:49.163Z||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-22T05:46:49.163Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:49.182Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:49.183Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:46:50.064Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e541ec3-d5aa-4608-9e28-0ae7c034ede6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0f0330e7-a30d-4d09-b31b-4c458df0f04c",
      "resourceInvariantUUID": "8d2f4924-96ba-4ad8-9f6d-d49c5d845318",
      "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": "M2I5Mjk2NWZhNDJiMTMzZDczOTdiOGZmM2IwMjJhYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7267b219-6c9e-41b9-ba01-b5ca8ba13ef0",
          "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": "73e6c487-597e-45b0-959d-ac3f4611c18f",
          "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": "8939fcd6-0442-4e91-9995-17e01286bb59",
            "generatedFromUUID": "73e6c487-597e-45b0-959d-ac3f4611c18f"
          },
          "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": "8939fcd6-0442-4e91-9995-17e01286bb59",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDhjZmYyYjcyMjQwNjI3ZmFjMTRmNDhmZDhiNGNlNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2648e1a-690f-484b-af49-285ba751f8b2"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:46:50.065Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:46:50.065Z|c6210376-b95e-43a6-9f51-123189a71d9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1 ASDC
2022-12-22T05:46:50.065Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1
ServiceInvariantUUID:7e541ec3-d5aa-4608-9e28-0ae7c034ede6
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:f2648e1a-690f-484b-af49-285ba751f8b2
ArtifactChecksum:MDhjZmYyYjcyMjQwNjI3ZmFjMTRmNDhmZDhiNGNlNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8
ResourceInvariantUUID:8d2f4924-96ba-4ad8-9f6d-d49c5d845318
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0f0330e7-a30d-4d09-b31b-4c458df0f04c
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:7267b219-6c9e-41b9-ba01-b5ca8ba13ef0
ArtifactChecksum:M2I5Mjk2NWZhNDJiMTMzZDczOTdiOGZmM2IwMjJhYzk=
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:73e6c487-597e-45b0-959d-ac3f4611c18f
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:8939fcd6-0442-4e91-9995-17e01286bb59
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:8939fcd6-0442-4e91-9995-17e01286bb59
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-22T05:46:50.065Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1 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-22T05:46:50.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:46:50.109Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:46:50.109Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:46:50.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f2648e1a-690f-484b-af49-285ba751f8b2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-22T05:46:50.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:46:50.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:50.275Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:46:50.279Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f2648e1a-690f-484b-af49-285ba751f8b2 82633
2022-12-22T05:46:50.279Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:50.279Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:50.279Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:46:50.279Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:50.282Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:50.282Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688010279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:50.382Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:50.383Z||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-22T05:46:50.383Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:50.396Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:50.397Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:51.283Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:46:51.284Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-22T05:46:51.284Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f2648e1a-690f-484b-af49-285ba751f8b2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-22T05:46:51.285Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-22T05:46:51.285Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-22T05:46:51.285Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-22T05:46:51.478Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16730336127047208602/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-22T05:46:52.862Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:46:52.862Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:46:52.862Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-22T05:46:52.862Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.863Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.864Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-22T05:46:52.864Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.864Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.864Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:52.865Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:46:52.865Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.865Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.865Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.865Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:52.866Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-22T05:46:52.866Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.866Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.866Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.866Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.867Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-22T05:46:52.867Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-22T05:46:52.867Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-22T05:46:52.867Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-22T05:46:52.867Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:46:52.868Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-22T05:46:52.868Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.868Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.868Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.868Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:52.869Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:52.869Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.869Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:52.869Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:52.870Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.870Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:52.870Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:52.870Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.870Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-22T05:46:52.871Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-22T05:46:52.871Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:46:52.871Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c77889ae-4ead-4019-bf38-9f8e99c5f163
2022-12-22T05:46:52.871Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.871Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:52.872Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.873Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1
Model Version:NULL
Model InvariantUuid:7e541ec3-d5aa-4608-9e28-0ae7c034ede6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:58b3145b-bc15-41d0-aea1-b8a4a3f1a6d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d2f4924-96ba-4ad8-9f6d-d49c5d845318
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b0bf379-28ce-4c2b-86a2-fde6eda42ae4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8f125559-8a39-4e94-a4ef-f8038a4f96ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c77889ae-4ead-4019-bf38-9f8e99c5f163
ModelInvariantUuid:dc8773f9-6a25-4474-b4e7-941ac5f39aab
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:37b769b8-c01d-44ea-a44e-7603339a776c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:718782e5-d47a-45e7-92e6-a23c5e314ac5
ModelInvariantUuid:1284920a-2ddc-4fa9-afd0-358307a68bba
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:94e50ea9-01b4-4525-9fae-6b86f19a7f41
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-22T05:46:52.882Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f0330e7-a30d-4d09-b31b-4c458df0f04c
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-22T05:46:52.884Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-12-22T05:46:52.884Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f0330e7-a30d-4d09-b31b-4c458df0f04c
2022-12-22T05:46:52.885Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7267b219-6c9e-41b9-ba01-b5ca8ba13ef0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-22T05:46:52.885Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:46:52.885Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.948Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:46:52.948Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 7267b219-6c9e-41b9-ba01-b5ca8ba13ef0 792
2022-12-22T05:46:52.949Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.949Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:52.949Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:46:52.949Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:52.951Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:52.951Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688012949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:53.051Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:53.052Z||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-22T05:46:53.052Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:53.063Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:53.063Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:53.951Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1b0bf379-28ce-4c2b-86a2-fde6eda42ae4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f125559-8a39-4e94-a4ef-f8038a4f96ab",
    "vfModuleModelCustomizationUUID": "16473099-420b-4009-b166-4646eb66f779",
    "isBase": true,
    "artifacts": [
      "73e6c487-597e-45b0-959d-ac3f4611c18f",
      "8939fcd6-0442-4e91-9995-17e01286bb59"
    ],
    "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-22T05:46:53.955Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f125559-8a39-4e94-a4ef-f8038a4f96ab
VfModuleModelInvariantUUID:1b0bf379-28ce-4c2b-86a2-fde6eda42ae4
VfModuleModelDescription:NULL
Artifacts UUID List:{
73e6c487-597e-45b0-959d-ac3f4611c18f
,
8939fcd6-0442-4e91-9995-17e01286bb59

}
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-22T05:46:53.957Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1b0bf379-28ce-4c2b-86a2-fde6eda42ae4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f125559-8a39-4e94-a4ef-f8038a4f96ab",
    "vfModuleModelCustomizationUUID": "16473099-420b-4009-b166-4646eb66f779",
    "isBase": true,
    "artifacts": [
      "73e6c487-597e-45b0-959d-ac3f4611c18f",
      "8939fcd6-0442-4e91-9995-17e01286bb59"
    ],
    "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-22T05:46:53.957Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f125559-8a39-4e94-a4ef-f8038a4f96ab
VfModuleModelInvariantUUID:1b0bf379-28ce-4c2b-86a2-fde6eda42ae4
VfModuleModelDescription:NULL
Artifacts UUID List:{
73e6c487-597e-45b0-959d-ac3f4611c18f
,
8939fcd6-0442-4e91-9995-17e01286bb59

}
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-22T05:46:53.957Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73e6c487-597e-45b0-959d-ac3f4611c18f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-22T05:46:53.957Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:46:53.957Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:54.012Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:46:54.013Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 73e6c487-597e-45b0-959d-ac3f4611c18f 5033
2022-12-22T05:46:54.013Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:54.013Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:54.013Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:46:54.013Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:54.015Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:54.015Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688014013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:54.115Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:54.116Z||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-22T05:46:54.116Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:54.127Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:54.127Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:55.015Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8939fcd6-0442-4e91-9995-17e01286bb59 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-22T05:46:55.016Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-22T05:46:55.016Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:55.090Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-22T05:46:55.090Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 8939fcd6-0442-4e91-9995-17e01286bb59 903
2022-12-22T05:46:55.091Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:55.091Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:55.091Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:46:55.091Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:55.093Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:55.093Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688015091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:46:55.193Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:55.194Z||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-22T05:46:55.194Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:55.209Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:55.209Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:56.093Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1
2022-12-22T05:46:56.094Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0f0330e7-a30d-4d09-b31b-4c458df0f04c 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-22T05:46:56.106Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a4ea265, org.onap.sdc.toscaparser.api.parameters.Input@8b5e5c0, org.onap.sdc.toscaparser.api.parameters.Input@746c63fa, org.onap.sdc.toscaparser.api.parameters.Input@6e347b6a, org.onap.sdc.toscaparser.api.parameters.Input@6166b143]
2022-12-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-12-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8
2022-12-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8 matches Tosca VF Customization UUID: ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8
2022-12-22T05:46:56.108Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8  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-22T05:46:56.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.110Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8: {\"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-22T05:46:56.111Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c1cd5ae
2022-12-22T05:46:56.111Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.111Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.111Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16473099-420b-4009-b166-4646eb66f779
2022-12-22T05:46:56.111Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16473099-420b-4009-b166-4646eb66f779
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-22T05:46:56.113Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.113Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:56.113Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:56.113Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-22T05:46:56.114Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-22T05:46:56.115Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c77889ae-4ead-4019-bf38-9f8e99c5f163
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-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-22T05:46:56.117Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ffe1bae3-0ff5-435c-85d4-5aad37ccf5c8
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-22T05:46:56.119Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.119Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.119Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1: basic_vm_macro
2022-12-22T05:46:56.119Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.119Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.120Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.121Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:46:56.121Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.121Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.199Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0f0330e7-a30d-4d09-b31b-4c458df0f04c 1 ASDC deployResourceStructure
2022-12-22T05:46:56.199Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.199Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:56.199Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:46:56.199Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:56.201Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:56.201Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688016199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:56.301Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:56.302Z||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-22T05:46:56.302Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:56.314Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:56.315Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:57.202Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:57.202Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:57.202Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:46:57.203Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:57.204Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:57.204Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688017202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:57.304Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:57.305Z||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-22T05:46:57.305Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:57.315Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:57.316Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:46:58.205Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:58.206Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:58.206Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:46:58.206Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:58.208Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:58.208Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688018205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:58.308Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:58.309Z||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-22T05:46:58.309Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:58.331Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:58.332Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-22T05:46:59.209Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:59.210Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:46:59.210Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:46:59.210Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:46:59.212Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:46:59.212Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688019209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:46:59.312Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:46:59.313Z||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-22T05:46:59.313Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:46:59.333Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:46:59.333Z||pool-127-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:00.213Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:47:00.223Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c
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-22T05:47:00.226Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:47:00.226Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:47:00.226Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:47:00.226Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:47:00.226Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:00.227Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:00.227Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:00.227Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:00.227Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:00.227Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:47:00.232Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:47:30.232Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c 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-22T05:47:30.238Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c and serviceModelVersionId: a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1
2022-12-22T05:47:30.238Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e541ec3-d5aa-4608-9e28-0ae7c034ede6
2022-12-22T05:47:30.239Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0
2022-12-22T05:47:30.244Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:47:30.283Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0|INFO|500||Invoke
2022-12-22T05:47:30.283Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2851400e-bc14-466e-a5eb-d7d01325ff7c], X-ECOMP-RequestID=[331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c], X-TransactionId=[], X-ONAP-RequestID=[331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c], Content-Type=[application/merge-patch+json]}
2022-12-22T05:47:30.303Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:47:30.402Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?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/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:47:31 GMT], content-length=[0], vertex-id=[250056], x-aai-txid=[2-aai-resources-221222-05:47:31:321-99739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:47:30.403Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:47:30.403Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e541ec3-d5aa-4608-9e28-0ae7c034ede6/model-vers/model-ver/a2ada6aa-e8e2-4fb2-87a2-352ed15c1fe1?depth=0|INFO|500||InvokeReturn
2022-12-22T05:47:30.404Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:47:30.404Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:47:30.409Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:47:30.409Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:47:30.410Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:47:30.410Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:30.412Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:30.412Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688050409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:47:30.512Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:30.513Z||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-22T05:47:30.514Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:30.529Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:30.529Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:47:31.426Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:47:31.427Z||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-22T05:47:31.427Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:47:35.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:35.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-22T05:47:35.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"873b7893-bb3a-4ed7-99b6-6627a8fb13a3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"604a1721-c146-43a8-9c01-55e289b5ba32","serviceDescription":"service","serviceInvariantUUID":"3bb25039-2239-4fff-bddf-bcc4d2c47878","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f53924bc-7696-435c-bc6d-8ea868f58bb8","resourceInvariantUUID":"713d9613-0950-4f12-8130-78d84c097d09","resourceCustomizationUUID":"1e953130-4231-47f8-be49-72d98aef6e8e","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":"M2I1MmE5NmYyMTBmZDhmMWYwNGVhOTYxYzY1MDcxNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71946002-06f0-42b4-82e9-0700494ba100","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":"50289544-8c7d-407f-8e13-1b2e01bf4fec","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":"8f289a17-54a7-454c-adcc-793031a74c6f","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":"MTg0ZDFhZjE2NTA0MjIxZDBmMDU0ODI2ZWRlNmIxYTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3a2517ea-88b0-4f79-95fe-241aae4bf266","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":"8b75525d-cf84-4ad1-ba0a-8a46c9dc81da","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":"60ec9417-6df9-43fa-b68d-374076a4796f","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":"49768326-852c-47e2-8c3b-1b70090699a8","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":"MWM1ZjkwYWZlMDQwZWQ4NzU1YmIwZWFjM2Q0NjNiMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3fb8f43-e891-4d24-84de-1a0f416a479e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzgwNjBhNDRkZWU5ZjcyNjA1OGQ0ZTg1YTk4ZTRmNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ceca6074-2b54-48c3-9ba5-7c614edc121c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-22T05:47:35.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:35.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:35.921Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:35.922Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:36.022Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:36.022Z||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-22T05:47:36.023Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:36.043Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:36.043Z||pool-129-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:36.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:36.923Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:36.925Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:36.925Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:37.031Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-22T05:47:37.032Z||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-22T05:47:37.032Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:37.044Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:37.045Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:37.927Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:37.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:37.931Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:37.931Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:38.031Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-22T05:47:38.032Z||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-22T05:47:38.032Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:38.051Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:38.051Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:38.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:38.933Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:38.935Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:38.935Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:39.035Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:39.036Z||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-22T05:47:39.036Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:39.047Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:39.047Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:39.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:39.937Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:39.939Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:39.939Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:40.039Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:40.039Z||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-22T05:47:40.040Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:40.050Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:40.050Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:40.939Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:40.940Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:40.942Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:40.942Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:41.044Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-22T05:47:41.045Z||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-22T05:47:41.045Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:41.061Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:41.061Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:41.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:41.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:41.945Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:41.945Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:42.045Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:42.046Z||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-22T05:47:42.046Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:42.069Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:42.070Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:42.946Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:42.946Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:42.948Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:42.948Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:43.048Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:43.049Z||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-22T05:47:43.049Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:43.063Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:43.064Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:43.948Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-22T05:47:43.948Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:43.950Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:43.950Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:47:44.050Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:44.051Z||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-22T05:47:44.051Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:44.068Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:44.068Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:44.951Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "604a1721-c146-43a8-9c01-55e289b5ba32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3bb25039-2239-4fff-bddf-bcc4d2c47878",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1e953130-4231-47f8-be49-72d98aef6e8e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f53924bc-7696-435c-bc6d-8ea868f58bb8",
      "resourceInvariantUUID": "713d9613-0950-4f12-8130-78d84c097d09",
      "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": "NzgwNjBhNDRkZWU5ZjcyNjA1OGQ0ZTg1YTk4ZTRmNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ceca6074-2b54-48c3-9ba5-7c614edc121c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-22T05:47:44.952Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-22T05:47:44.952Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 604a1721-c146-43a8-9c01-55e289b5ba32 ASDC
2022-12-22T05:47:44.953Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:873b7893-bb3a-4ed7-99b6-6627a8fb13a3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:604a1721-c146-43a8-9c01-55e289b5ba32
ServiceInvariantUUID:3bb25039-2239-4fff-bddf-bcc4d2c47878
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:ceca6074-2b54-48c3-9ba5-7c614edc121c
ArtifactChecksum:NzgwNjBhNDRkZWU5ZjcyNjA1OGQ0ZTg1YTk4ZTRmNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1e953130-4231-47f8-be49-72d98aef6e8e
ResourceInvariantUUID:713d9613-0950-4f12-8130-78d84c097d09
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f53924bc-7696-435c-bc6d-8ea868f58bb8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-22T05:47:44.953Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 604a1721-c146-43a8-9c01-55e289b5ba32 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-22T05:47:44.977Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:47:44.978Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-22T05:47:44.978Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-22T05:47:44.979Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ceca6074-2b54-48c3-9ba5-7c614edc121c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-22T05:47:44.979Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-22T05:47:44.979Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-22T05:47:45.055Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-22T05:47:45.060Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ceca6074-2b54-48c3-9ba5-7c614edc121c 110865
2022-12-22T05:47:45.060Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:45.060Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:45.060Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-22T05:47:45.061Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:45.062Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:45.062Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688065060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:47:45.162Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:45.163Z||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-22T05:47:45.163Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:45.178Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:45.179Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:47:45.855Z||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-22T05:47:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:47:45.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:47:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6210376-b95e-43a6-9f51-123189a71d9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688001015,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-22T05:47:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:47:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:47:46.063Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-22T05:47:46.064Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-22T05:47:46.064Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ceca6074-2b54-48c3-9ba5-7c614edc121c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-22T05:47:46.064Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-22T05:47:46.065Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-22T05:47:46.065Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-22T05:47:46.176Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14241088699007536134/Definitions/service-TestPnfMacro-template.yml
2022-12-22T05:47:46.937Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.938Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:47:46.939Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.940Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.941Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:604a1721-c146-43a8-9c01-55e289b5ba32
Model Version:NULL
Model InvariantUuid:3bb25039-2239-4fff-bddf-bcc4d2c47878
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-22T05:47:46.948Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f53924bc-7696-435c-bc6d-8ea868f58bb8
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-22T05:47:46.949Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-12-22T05:47:46.950Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f53924bc-7696-435c-bc6d-8ea868f58bb8
2022-12-22T05:47:46.950Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 604a1721-c146-43a8-9c01-55e289b5ba32
2022-12-22T05:47:46.950Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 604a1721-c146-43a8-9c01-55e289b5ba32
2022-12-22T05:47:46.950Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f53924bc-7696-435c-bc6d-8ea868f58bb8 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-22T05:47:46.953Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ae05ad, org.onap.sdc.toscaparser.api.parameters.Input@64f5f3b2, org.onap.sdc.toscaparser.api.parameters.Input@307adc3a, org.onap.sdc.toscaparser.api.parameters.Input@273e15e, org.onap.sdc.toscaparser.api.parameters.Input@11e30fd0]
2022-12-22T05:47:46.953Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.953Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.954Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 604a1721-c146-43a8-9c01-55e289b5ba32: test-pnf
2022-12-22T05:47:46.954Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Processing PNF resource: f53924bc-7696-435c-bc6d-8ea868f58bb8
2022-12-22T05:47:46.954Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-22T05:47:46.954Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-22T05:47:46.954Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1e953130-4231-47f8-be49-72d98aef6e8e is the same as notified resource customizationUUID: 1e953130-4231-47f8-be49-72d98aef6e8e
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-22T05:47:46.981Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f53924bc-7696-435c-bc6d-8ea868f58bb8 0 ASDC deployResourceStructure
2022-12-22T05:47:46.981Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.981Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:46.981Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-22T05:47:46.982Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:47:46.983Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:47:46.983Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688066981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:47:47.083Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:47:47.084Z||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-22T05:47:47.084Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:47:47.096Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:47:47.097Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-22T05:47:47.984Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T05:47:47.993Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 873b7893-bb3a-4ed7-99b6-6627a8fb13a3
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-22T05:47:47.995Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:47.996Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:47.997Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-22T05:47:47.997Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:47:48.001Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-22T05:48:18.001Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 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-22T05:48:18.009Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 and serviceModelVersionId: 604a1721-c146-43a8-9c01-55e289b5ba32
2022-12-22T05:48:18.009Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bb25039-2239-4fff-bddf-bcc4d2c47878
2022-12-22T05:48:18.010Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?depth=0
2022-12-22T05:48:18.013Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-22T05:48:18.048Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?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-22T05:48:18.050Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?depth=0|INFO|500||Invoke
2022-12-22T05:48:18.068Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-22T05:48:18.184Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?depth=0|INFO|500||InvokeReturn
2022-12-22T05:48:18.184Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bb25039-2239-4fff-bddf-bcc4d2c47878/model-vers/model-ver/604a1721-c146-43a8-9c01-55e289b5ba32?depth=0 has http status code:200 and response headers:{date=[Thu, 22 Dec 2022 05:48:19 GMT], content-length=[0], vertex-id=[528568], x-aai-txid=[2-aai-resources-221222-05:48:19:092-43921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-22T05:48:18.185Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-22T05:48:18.185Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-22T05:48:18.186Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:48:18.190Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||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-22T05:48:18.190Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 873b7893-bb3a-4ed7-99b6-6627a8fb13a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-22T05:48:18.190Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-22T05:48:18.190Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-22T05:48:18.192Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-22T05:48:18.192Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688098190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:48:18.292Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-22T05:48:18.293Z||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-22T05:48:18.293Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IfVhftyiMYvQGqex) ...
2022-12-22T05:48:18.311Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:48:18.312Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-22T05:48:19.205Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:48:19.205Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:48:19.205Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:48:28.752Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:48:28.753Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:48:28.754Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:48:28.754Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:48:38.299Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:48:38.299Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:48:38.300Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:48:38.300Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:48:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:48:45.855Z||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-22T05:48:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:48:45.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:48:45.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-22T05:48:45.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-22T05:48:45.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:48:47.851Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:48:47.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:48:47.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:48:47.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:48:57.397Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:49:45.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:49:45.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:49:45.853Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:49:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:49:45.854Z||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-22T05:49:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:49:45.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:49:45.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671687825852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688010279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688012949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688014013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688015091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688016199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688017202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688018205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688019209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688050409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688051426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-22T05:49:45.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-22T05:49:45.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-22T05:49:45.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688065060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-22T05:49:45.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:49:55.420Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:50:45.852Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:50:45.853Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:50:45.853Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:50:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:50:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T05:50:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:50:46.387Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:50:46.387Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:50:46.387Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688066981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-22T05:50:46.388Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:50:46.388Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-22T05:50:46.388Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "873b7893-bb3a-4ed7-99b6-6627a8fb13a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1671688098190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-22T05:50:46.388Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-22T05:50:55.417Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:51:45.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:51:45.853Z||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-22T05:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:51:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:51:45.854Z||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-22T05:51:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:51:55.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:51:55.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:52:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:52:45.853Z||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-22T05:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:52:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:52:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:52:45.855Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:52:55.441Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:52:55.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:53:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:53:45.853Z||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-22T05:53:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:53:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:53:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T05:53:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:53:55.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:53:55.427Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:54:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:54:45.853Z||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-22T05:54:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:54:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:54:45.855Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T05:54:45.855Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T05:54:55.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:54:55.472Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:55:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:55:45.852Z||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-22T05:55:45.852Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:55:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:55:45.854Z||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-22T05:55:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:55:55.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:55:55.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:56:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:56:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:56:45.854Z||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-22T05:56:45.854Z||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-22T05:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:56:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:56:55.410Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:56:55.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:57:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:57:45.853Z||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-22T05:57:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:57:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:57:45.854Z||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-22T05:57:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:57:55.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:57:55.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:58:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:58:45.853Z||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-22T05:58:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:58:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:58:45.854Z||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-22T05:58:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:58:55.407Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:58:55.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:59:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:59:45.852Z||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-22T05:59:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:59:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T05:59:45.854Z||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-22T05:59:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T05:59:55.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T05:59:55.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:00:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:00:45.852Z||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-22T06:00:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:00:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:00:45.854Z||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-22T06:00:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:00:55.413Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:00:55.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:01:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:01:45.852Z||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-22T06:01:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:01:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:01:45.855Z||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-22T06:01:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:01:55.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:01:55.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:02:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:02:45.853Z||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-22T06:02:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:02:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:02:45.854Z||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-22T06:02:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:02:55.467Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:02:55.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:03:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:03:45.853Z||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-22T06:03:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:03:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:03:45.855Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T06:03:45.855Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:03:55.412Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:03:55.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:04:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:04:45.852Z||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-22T06:04:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:04:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:04:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T06:04:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:04:55.407Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:04:55.410Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:05:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:05:45.853Z||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-22T06:05:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:05:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:05:45.855Z||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-22T06:05:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:05:55.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:05:55.408Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:06:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:06:45.852Z||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-22T06:06:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:06:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:06:45.855Z||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-22T06:06:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:06:55.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:06:55.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:07:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:07:45.853Z||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-22T06:07:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:07:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:07:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:07:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:07:55.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:07:55.433Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:08:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:08:45.853Z||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-22T06:08:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:08:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:08:45.854Z||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-22T06:08:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:08:55.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:08:55.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:09:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:09:45.854Z||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-22T06:09:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:09:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:09:45.854Z||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-22T06:09:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:09:55.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:09:55.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:10:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:10:45.853Z||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-22T06:10:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:10:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:10:45.854Z||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-22T06:10:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:10:55.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:10:55.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:11:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:11:45.853Z||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-22T06:11:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:11:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:11:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:11:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:11:55.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:11:55.469Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:12:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:12:45.853Z||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-22T06:12:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:12:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:12:45.854Z||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-22T06:12:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:12:55.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:12:55.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:13:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:13:45.853Z||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-22T06:13:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:13:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:13:45.855Z||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-22T06:13:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:13:55.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:13:55.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:14:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:14:45.852Z||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-22T06:14:45.852Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:14:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:14:45.855Z||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-22T06:14:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:14:55.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:14:55.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:15:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:15:45.852Z||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-22T06:15:45.852Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:15:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:15:45.854Z||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-22T06:15:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:15:55.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:15:55.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:16:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:16:45.853Z||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-22T06:16:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:16:45.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:16:45.856Z||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-22T06:16:45.856Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:16:55.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:16:55.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:17:45.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:17:45.852Z||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-22T06:17:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:17:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:17:45.854Z||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-22T06:17:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:17:55.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:17:55.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:18:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:18:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:18:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:18:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:18:45.854Z||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-22T06:18:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:18:55.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:18:55.423Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:19:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:19:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:19:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:19:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:19:45.854Z||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-22T06:19:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:19:55.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:19:55.423Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:20:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:20:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:20:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:20:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:20:45.855Z||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-22T06:20:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:20:55.419Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:20:55.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:21:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:21:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:21:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:21:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:21:45.855Z||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-22T06:21:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:21:55.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:21:55.456Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:22:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:22:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:22:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:22:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:22:45.855Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:22:45.855Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:22:55.405Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:22:55.449Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:23:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:23:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:23:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:23:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:23:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T06:23:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:23:55.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:23:55.414Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:24:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:24:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:24:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:24:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:24:45.854Z||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-22T06:24:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:24:55.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:24:55.403Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:25:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:25:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:25:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:25:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:25:45.855Z||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-22T06:25:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:25:55.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:25:55.404Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:26:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:26:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:26:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:26:45.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:26:45.854Z||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-22T06:26:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:26:55.402Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:26:55.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:27:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:27:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:27:45.854Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:27:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:27:45.855Z||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-22T06:27:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:27:55.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:27:55.412Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:28:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:28:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:28:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:28:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:28:45.854Z||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-22T06:28:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:28:55.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:28:55.402Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:29:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:29:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:29:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:29:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:29:45.854Z||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-22T06:29:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:29:55.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:29:55.408Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:30:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:30:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:30:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:30:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:30:45.854Z||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-22T06:30:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:30:55.400Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:30:55.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:31:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:31:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:31:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:31:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:31:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:31:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:31:55.396Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:31:55.415Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:32:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:32:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:32:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:32:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:32:45.854Z||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-22T06:32:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:32:55.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:32:55.400Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:33:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:33:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:33:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:33:45.854Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:33:45.855Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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-22T06:33:45.855Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:33:55.417Z|331ddf86-40aa-4df5-a2a0-bacaa4cf5e6c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:33:55.419Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:34:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:34:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:34:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:34:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:34:45.854Z||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-22T06:34:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:34:55.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:34:55.417Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:35:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:35:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:35:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:35:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:35:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:35:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:35:55.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:35:55.408Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:36:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:36:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:36:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:36:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:36:45.854Z||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-22T06:36:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:36:55.414Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:36:55.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:37:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:37:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:37:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:37:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:37:45.854Z||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-22T06:37:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:37:55.404Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:37:55.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:38:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:38:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:38:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:38:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:38:45.854Z||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-22T06:38:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:38:55.398Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:38:55.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:39:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:39:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:39:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:39:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:39:45.854Z||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-22T06:39:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:39:55.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:39:55.403Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:40:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:40:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:40:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:40:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:40:45.854Z||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-22T06:40:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:40:55.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:40:55.425Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:41:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:41:45.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:41:45.855Z||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-22T06:41:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:41:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:41:45.855Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:41:55.409Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:41:55.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:42:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:42:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:42:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:42:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:42:45.854Z||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-22T06:42:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:42:55.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:42:55.406Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:43:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:43:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:43:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:43:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:43:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:43:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:43:55.403Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:43:55.405Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:44:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:44:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:44:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:44:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:44:45.854Z||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-22T06:44:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:44:55.398Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:44:55.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:45:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:45:45.852Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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-22T06:45:45.853Z|ce57370c-b0cf-4e91-bf56-a6414947803f|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:45:45.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:45:45.855Z||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-22T06:45:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:45:55.395Z|ce57370c-b0cf-4e91-bf56-a6414947803f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:45:55.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:46:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:46:45.853Z||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-22T06:46:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:46:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:46:45.854Z||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-22T06:46:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:46:55.396Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:46:55.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:47:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:47:45.853Z||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-22T06:47:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:47:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:47:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:47:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:47:55.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:47:55.413Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:48:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:48:45.852Z||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-22T06:48:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:48:45.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:48:45.854Z||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-22T06:48:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:48:55.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:48:55.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:49:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:49:45.852Z||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-22T06:49:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:49:45.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:49:45.854Z||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-22T06:49:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:49:55.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:49:55.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:50:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:50:45.852Z||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-22T06:50:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:50:45.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:50:45.854Z||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-22T06:50:45.854Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:50:55.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:50:55.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:51:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:51:45.852Z||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-22T06:51:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:51:45.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:51:45.855Z||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-22T06:51:45.855Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:51:55.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:51:55.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:52:45.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:52:45.853Z||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-22T06:52:45.853Z||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 IfVhftyiMYvQGqex) ...
2022-12-22T06:52:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-22T06:52:45.854Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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-22T06:52:45.855Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|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 IfVhftyiMYvQGqex) ...
2022-12-22T06:52:55.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-22T06:52:55.459Z|873b7893-bb3a-4ed7-99b6-6627a8fb13a3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK