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-26T03:33:22.100Z||main|||||INFO|500||The following profiles are active: basic
2022-12-26T03:33:44.113Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-26T03:33:44.114Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-26T03:33:44.440Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-26T03:33:51.810Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-26T03:33:52.609Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-26T03:33:53.568Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-26T03:33:53.588Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-26T03:33:53.854Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-26T03:33:54.170Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-26T03:33:55.161Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-26T03:33:58.167Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-26T03:34:01.964Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-26T03:34:02.069Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-26T03:34:03.002Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-26T03:34:03.444Z||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-26T03:34:05.926Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-26T03:34:08.438Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-26T03:34:08.482Z||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-26T03:34:08.484Z||main|||||WARN|500||The sdc end point is not alive
2022-12-26T03:34:14.268Z||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-26T03:34:19.969Z||main|||||WARN|500||---
2022-12-26T03:34:19.970Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-26T03:34:19.970Z||main|||||WARN|500||---
2022-12-26T03:34:20.678Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-26T03:34:31.933Z||main|||||INFO|500||Started Application in 74.764 seconds (JVM running for 78.559)
2022-12-26T03:34:31.999Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-26T03:34:32.023Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-26T03:34:32.050Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-26T03:34:32.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-26T03:34:32.256Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c40e2b81-0616-43ad-b574-3771e169c4c9 url= /sdc/v1/artifactTypes
2022-12-26T03:34:32.257Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-26T03:34:32.893Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-26T03:34:32.978Z||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-26T03:34:33.024Z||scheduling-1|||||DEBUG|500||create keys
2022-12-26T03:34:33.038Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-26T03:34:33.300Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:34:33.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8b08a706-6efc-42e0-9990-bea5005383c2 url= /sdc/v1/registerForDistribution
2022-12-26T03:34:33.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8b08a706-6efc-42e0-9990-bea5005383c2 url= /sdc/v1/registerForDistribution
2022-12-26T03:34:33.787Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-26T03:34:33.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:34:33.842Z||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-26T03:34:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:34:33.851Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-26T03:34:33.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:34:33.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-26T03:34:33.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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:34:44.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:34:44.990Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:35:33.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:35:33.821Z||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-26T03:35:33.822Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:35:33.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:35:33.852Z||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-26T03:35:33.853Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:35:43.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:35:43.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:36:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:36:33.819Z||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-26T03:36:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:36:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:36:33.843Z||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-26T03:36:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:36:43.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:36:43.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:37:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:37:33.818Z||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-26T03:37:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:37:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:37:33.843Z||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-26T03:37:33.846Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:37:43.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:37:43.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:38:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:38:33.818Z||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-26T03:38:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:38:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:38:33.842Z||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-26T03:38:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:38:43.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:38:43.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:39:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:39:33.818Z||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-26T03:39:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:39:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:39:33.842Z||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-26T03:39:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:39:43.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:39:43.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:40:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:40:33.819Z||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-26T03:40:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:40:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:40:33.843Z||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-26T03:40:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:40:43.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:40:43.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:41:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:41:33.818Z||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-26T03:41:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:41:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:41:33.844Z||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-26T03:41:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:41:43.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:41:43.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:42:33.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:42:33.820Z||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-26T03:42:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:42:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:42:33.842Z||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-26T03:42:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:42:43.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:42:43.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:43:33.816Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:43:33.818Z||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-26T03:43:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:43:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:43:33.842Z||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-26T03:43:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:43:43.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:43:43.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:44:11.776Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-26T03:44:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:44:33.818Z||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-26T03:44:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:44:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:44:33.842Z||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-26T03:44:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:44:43.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:44:43.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:45:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:45:33.818Z||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-26T03:45:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:45:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:45:33.842Z||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-26T03:45:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:45:43.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:45:43.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:46:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:46:33.818Z||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-26T03:46:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:46:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:46:33.842Z||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-26T03:46:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:46:43.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:46:43.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:47:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:47:33.819Z||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-26T03:47:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:47:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:47:33.845Z||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-26T03:47:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:47:43.410Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:47:43.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:48:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:48:33.818Z||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-26T03:48:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:48:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:48:33.843Z||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-26T03:48:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:48:43.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:48:43.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:49:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:49:33.818Z||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-26T03:49:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:49:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:49:33.842Z||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-26T03:49:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:49:43.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:49:43.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:50:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:50:33.819Z||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-26T03:50:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:50:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:50:33.842Z||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-26T03:50:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:50:43.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:50:43.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:51:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:51:33.818Z||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-26T03:51:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:51:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:51:33.843Z||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-26T03:51:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:51:43.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:51:43.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:52:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:52:33.818Z||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-26T03:52:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:52:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:52:33.841Z||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-26T03:52:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:52:43.385Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:52:43.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:53:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:53:33.818Z||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-26T03:53:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:53:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:53:33.842Z||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-26T03:53:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:53:43.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:53:43.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:54:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:54:33.817Z||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-26T03:54:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:54:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:54:33.842Z||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-26T03:54:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:54:43.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:54:43.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:55:33.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:55:33.819Z||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-26T03:55:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:55:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:55:33.842Z||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-26T03:55:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:55:43.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:55:43.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:56:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:56:33.817Z||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-26T03:56:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:56:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:56:33.842Z||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-26T03:56:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:56:43.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:56:43.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:57:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:57:33.820Z||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-26T03:57:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:57:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:57:33.843Z||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-26T03:57:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:57:43.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:57:43.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:58:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:58:33.818Z||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-26T03:58:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:58:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:58:33.842Z||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-26T03:58:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:58:43.395Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:58:43.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:59:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:59:33.818Z||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-26T03:59:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:59:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:59:33.842Z||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-26T03:59:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:59:43.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T03:59:43.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:00:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:00:33.818Z||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-26T04:00:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:00:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:00:33.843Z||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-26T04:00:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:00:43.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:00:43.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:01:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:01:33.817Z||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-26T04:01:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:01:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:01:33.842Z||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-26T04:01:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:01:43.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:01:43.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:02:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:02:33.818Z||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-26T04:02:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:02:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:02:33.842Z||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-26T04:02:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:02:43.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:02:43.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:03:33.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:03:33.818Z||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-26T04:03:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:03:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:03:33.842Z||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-26T04:03:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:03:43.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:03:43.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:04:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:04:33.818Z||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-26T04:04:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:04:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:04:33.842Z||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-26T04:04:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:04:43.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:04:43.410Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:05:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:05:33.819Z||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-26T04:05:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:05:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:05:33.842Z||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-26T04:05:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:05:43.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:05:43.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:06:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:06:33.818Z||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-26T04:06:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:06:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:06:33.842Z||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-26T04:06:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:06:43.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:06:43.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:07:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:07:33.818Z||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-26T04:07:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:07:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:07:33.843Z||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-26T04:07:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:07:43.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:07:43.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:08:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:08:33.818Z||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-26T04:08:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:08:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:08:33.842Z||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-26T04:08:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:08:43.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:08:43.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:09:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:09:33.818Z||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-26T04:09:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:09:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:09:33.841Z||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-26T04:09:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:09:43.394Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:09:43.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:10:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:10:33.817Z||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-26T04:10:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:10:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:10:33.843Z||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-26T04:10:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:10:43.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:10:43.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:11:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:11:33.818Z||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-26T04:11:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:11:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:11:33.842Z||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-26T04:11:33.849Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:11:43.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:11:43.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:12:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:12:33.819Z||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-26T04:12:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:12:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:12:33.841Z||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-26T04:12:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:12:43.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:12:43.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:13:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:13:33.820Z||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-26T04:13:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:13:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:13:33.844Z||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-26T04:13:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:13:43.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:13:43.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:14:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:14:33.819Z||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-26T04:14:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:14:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:14:33.841Z||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-26T04:14:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:14:43.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:14:43.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:15:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:15:33.819Z||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-26T04:15:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:15:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:15:33.843Z||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-26T04:15:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:15:43.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:15:43.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:16:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:16:33.817Z||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-26T04:16:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:16:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:16:33.842Z||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-26T04:16:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:16:43.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:16:43.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:17:33.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:17:33.823Z||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-26T04:17:33.823Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:17:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:17:33.841Z||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-26T04:17:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:17:43.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:17:43.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:18:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:18:33.817Z||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-26T04:18:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:18:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:18:33.842Z||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-26T04:18:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:18:43.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:18:43.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:19:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:19:33.818Z||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-26T04:19:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:19:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:19:33.842Z||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-26T04:19:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:19:43.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:19:43.481Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:20:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:20:33.818Z||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-26T04:20:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:20:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:20:33.842Z||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-26T04:20:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:20:43.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:20:43.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:21:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:21:33.818Z||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-26T04:21:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:21:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:21:33.841Z||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-26T04:21:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:21:43.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:21:43.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:22:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:22:33.818Z||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-26T04:22:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:22:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:22:33.842Z||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-26T04:22:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:22:43.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:22:43.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:23:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:23:33.818Z||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-26T04:23:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:23:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:23:33.842Z||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-26T04:23:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:23:43.387Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:23:43.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:24:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:24:33.818Z||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-26T04:24:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:24:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:24:33.842Z||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-26T04:24:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:24:43.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:24:43.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:25:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:25:33.818Z||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-26T04:25:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:25:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:25:33.842Z||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-26T04:25:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:25:43.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:25:43.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:26:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:26:33.818Z||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-26T04:26:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:26:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:26:33.841Z||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-26T04:26:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:26:43.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:26:43.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:27:33.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:27:33.819Z||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-26T04:27:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:27:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:27:33.842Z||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-26T04:27:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:27:43.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:27:43.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:28:33.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:28:33.819Z||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-26T04:28:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:28:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:28:33.842Z||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-26T04:28:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:28:43.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:28:43.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:29:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:29:33.823Z||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-26T04:29:33.824Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:29:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:29:33.842Z||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-26T04:29:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:29:43.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:29:43.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:30:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:30:33.818Z||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-26T04:30:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:30:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:30:33.842Z||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-26T04:30:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:30:43.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:30:43.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:31:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:31:33.819Z||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-26T04:31:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:31:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:31:33.842Z||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-26T04:31:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:31:43.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:31:43.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:32:33.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:32:33.819Z||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-26T04:32:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:32:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:32:33.841Z||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-26T04:32:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:32:43.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:32:43.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:33:33.819Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:33:33.828Z||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-26T04:33:33.829Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:33:33.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:33:33.844Z||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-26T04:33:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:33:43.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:33:43.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:34:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:34:33.818Z||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-26T04:34:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:34:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:34:33.842Z||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-26T04:34:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:34:43.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:34:43.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:35:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:35:33.818Z||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-26T04:35:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:35:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:35:33.842Z||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-26T04:35:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:35:43.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:35:43.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:36:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:36:33.818Z||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-26T04:36:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:36:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:36:33.841Z||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-26T04:36:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:36:43.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:36:43.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:37:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:37:33.823Z||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-26T04:37:33.825Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:37:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:37:33.842Z||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-26T04:37:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:37:43.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:37:43.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:38:33.820Z||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-26T04:38:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:38:33.843Z||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-26T04:38:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:34.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:34.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:38:34.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:38:34.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:34.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed2cad23-9ff6-4e97-84f8-d461f02c01f4","serviceName":"vFW 2022-12-26 04-37-25","serviceVersion":"1.0","serviceUUID":"cac1759d-5893-4d1d-b646-56ec15e8bc48","serviceDescription":"catalog service description","serviceInvariantUUID":"bf038ef8-ddae-48f6-ba2e-5cce8f16ce94","resources":[{"resourceInstanceName":"vFW f7adde7b-281b 0","resourceName":"vFW f7adde7b-281b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e1f5932-458a-4104-9c2f-9b59ec42f09d","resourceInvariantUUID":"209a9bcb-1ec1-445f-8d9c-4007f998df0e","resourceCustomizationUUID":"fcce36b4-5d82-4f92-a304-7dafdca5e67a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml","artifactChecksum":"MGRiM2JiYWQwOTA3ZjgyNmJhMjVkZjRjMDgwYjQ5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8db1fcec-187f-4633-b952-15a730fb496a","artifactVersion":"1"},{"artifactName":"vfwf7adde7b281b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json","artifactChecksum":"ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1627a43a-8130-4b06-9576-f0d374c14ca6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53d7d144-6d43-4671-b195-dc9d1e3a782f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ2MjZjYTc1YTA5ZTY0Y2I4Y2NmYTQ5MmM1ZDJmOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc054ea8-3db6-4b2d-ae0a-c8883c5e9349","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a66fc5c8-4546-42a1-957c-eb345a37a9a6","artifactVersion":"2","generatedFromUUID":"53d7d144-6d43-4671-b195-dc9d1e3a782f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221226043725-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml","artifactChecksum":"N2NhOTdhNDViMWM3MjA3OTk5NzA4Y2JmYjYwZjQwMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"678d6db3-201d-4847-b876-e9859fbeb85c","artifactVersion":"1"},{"artifactName":"service-Vfw20221226043725-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar","artifactChecksum":"MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b4e7d91-943f-47fb-bea6-c18b6b05ea84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:38:34.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:34.529Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:34.558Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:34.558Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.660Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-26T04:38:34.669Z||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-26T04:38:34.669Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:34.694Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:34.696Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:35.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:35.576Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:35.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:35.581Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:38:35.680Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:38:35.682Z||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-26T04:38:35.682Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:35.699Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:35.700Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:36.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:36.593Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:36.596Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:36.596Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:38:36.696Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:36.698Z||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-26T04:38:36.698Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:36.711Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:36.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:37.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:37.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:37.600Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:37.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:37.701Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:37.702Z||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-26T04:38:37.702Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:37.712Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:37.713Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:38.606Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:38.607Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:38.609Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:38.610Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-26T04:38:38.710Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:38.711Z||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-26T04:38:38.711Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:38.723Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:38.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:39.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:39.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:39.617Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:39.617Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:38:39.718Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:39.719Z||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-26T04:38:39.720Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:39.731Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:39.732Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:40.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:40.621Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:40.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:40.640Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:38:40.725Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-26T04:38:40.732Z||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-26T04:38:40.733Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:40.792Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:40.793Z||pool-9-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:41.643Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "serviceName": "vFW 2022-12-26 04-37-25",
  "serviceVersion": "1.0",
  "serviceUUID": "cac1759d-5893-4d1d-b646-56ec15e8bc48",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bf038ef8-ddae-48f6-ba2e-5cce8f16ce94",
  "resources": [
    {
      "resourceInstanceName": "vFW f7adde7b-281b 0",
      "resourceCustomizationUUID": "fcce36b4-5d82-4f92-a304-7dafdca5e67a",
      "resourceName": "vFW f7adde7b-281b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2e1f5932-458a-4104-9c2f-9b59ec42f09d",
      "resourceInvariantUUID": "209a9bcb-1ec1-445f-8d9c-4007f998df0e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf7adde7b281b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
          "artifactChecksum": "ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1627a43a-8130-4b06-9576-f0d374c14ca6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "53d7d144-6d43-4671-b195-dc9d1e3a782f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a66fc5c8-4546-42a1-957c-eb345a37a9a6",
            "generatedFromUUID": "53d7d144-6d43-4671-b195-dc9d1e3a782f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a66fc5c8-4546-42a1-957c-eb345a37a9a6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221226043725-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
      "artifactChecksum": "MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b4e7d91-943f-47fb-bea6-c18b6b05ea84"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:38:41.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:38:41.647Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cac1759d-5893-4d1d-b646-56ec15e8bc48 ASDC
2022-12-26T04:38:41.852Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ed2cad23-9ff6-4e97-84f8-d461f02c01f4
ServiceName:vFW 2022-12-26 04-37-25
ServiceVersion:1.0
ServiceUUID:cac1759d-5893-4d1d-b646-56ec15e8bc48
ServiceInvariantUUID:bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221226043725-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
ArtifactUUID:8b4e7d91-943f-47fb-bea6-c18b6b05ea84
ArtifactChecksum:MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f7adde7b-281b 0
ResourceCustomizationUUID:fcce36b4-5d82-4f92-a304-7dafdca5e67a
ResourceInvariantUUID:209a9bcb-1ec1-445f-8d9c-4007f998df0e
ResourceName:vFW f7adde7b-281b
ResourceType:VF
ResourceUUID:2e1f5932-458a-4104-9c2f-9b59ec42f09d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf7adde7b281b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
ArtifactUUID:1627a43a-8130-4b06-9576-f0d374c14ca6
ArtifactChecksum:ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA=
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
ArtifactUUID:53d7d144-6d43-4671-b195-dc9d1e3a782f
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
ArtifactUUID:a66fc5c8-4546-42a1-957c-eb345a37a9a6
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
ArtifactUUID:a66fc5c8-4546-42a1-957c-eb345a37a9a6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T04:38:41.853Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cac1759d-5893-4d1d-b646-56ec15e8bc48 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-26T04:38:42.316Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:38:42.319Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:42.322Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:42.323Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b4e7d91-943f-47fb-bea6-c18b6b05ea84 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.323Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:42.326Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:42.537Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar 8b4e7d91-943f-47fb-bea6-c18b6b05ea84 100710
2022-12-26T04:38:42.540Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar ASDC sendASDCNotification
2022-12-26T04:38:42.540Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.544Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:42.546Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:42.550Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:42.551Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029522538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:38:42.652Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:42.654Z||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-26T04:38:42.654Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:42.680Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:42.681Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:43.552Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:38:43.553Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:43.556Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8b4e7d91-943f-47fb-bea6-c18b6b05ea84, URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar to file: /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.557Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.747Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.747Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:44.978Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6799492790195428462/Definitions/service-Vfw20221226043725-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-26T04:38:49.964Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.985Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.985Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.986Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.986Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f7adde7b-281b 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-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.988Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:38:50.000Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.002Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.008Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.008Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:38:50.011Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.022Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.022Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:38:50.027Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.027Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.031Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.031Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=df1b1a2f-9924-4d49-84a9-21524d4a8fc5
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f04c996-255a-4995-a4a6-815c0d613288
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.044Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.044Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7dd0fc10-788c-4d03-9229-84c5d0977bb3
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-26 04-37-25
Description:catalog service description
Model UUID:cac1759d-5893-4d1d-b646-56ec15e8bc48
Model Version:NULL
Model InvariantUuid:bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f7adde7b-281b
Model UUID:24db7a5e-2f71-45d7-9287-8caa013692ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:209a9bcb-1ec1-445f-8d9c-4007f998df0e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fcce36b4-5d82-4f92-a304-7dafdca5e67a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:80b22f0b-100e-4683-87e8-5cefcde56d9d
ModelName:VfwF7adde7b281b..base_vfw..module-0
ModelUuid:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df1b1a2f-9924-4d49-84a9-21524d4a8fc5
ModelInvariantUuid:2d3b252c-be68-4c9f-9040-c79b537f3fcd
ModelName:vFW f7adde7b-281b-nodes.vfwCvfc
ModelUuid:b7572b85-426c-4d59-829e-2505283a9ae4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:309e72ec-ef6a-4df0-a8eb-5b158c84b02d
ModelInvariantUuid:cbe0fea3-62a9-4a50-b81f-63130196ab83
ModelName:VfwF7adde7b281b.compute.nodes.heat.vfw
ModelUuid:fd3f69dc-c8ec-44f4-ab83-6edb70743b13
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6f04c996-255a-4995-a4a6-815c0d613288
ModelInvariantUuid:47f5c3f3-d4ca-4883-85fa-fc3a784b2d44
ModelName:vFW f7adde7b-281b-nodes.vsnCvfc
ModelUuid:1da059ab-ea2c-464e-9c8d-b830caa668d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:96ddd527-fc1c-4464-b970-de76684b3e7e
ModelInvariantUuid:97d965d0-8a2a-42ec-b3ea-a54f1b661a27
ModelName:VfwF7adde7b281b.compute.nodes.heat.vsn
ModelUuid:d317ef1c-4b0f-439a-b41f-3c4eb1f8e526
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7dd0fc10-788c-4d03-9229-84c5d0977bb3
ModelInvariantUuid:d09ca062-0689-48a2-ada9-cd6b924dfc0e
ModelName:vFW f7adde7b-281b-nodes.vpgCvfc
ModelUuid:df9e6b73-cddd-4fd1-85c8-5ec0053779e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a865c8fd-bdc7-4ee5-a598-e6d42ea3c5b0
ModelInvariantUuid:a7910ad0-b2e8-4518-9284-320ba07c41ef
ModelName:VfwF7adde7b281b.compute.nodes.heat.vpg
ModelUuid:fa174d66-e18c-432c-a6f5-71b8e20539b1
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-26T04:38:50.098Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e1f5932-458a-4104-9c2f-9b59ec42f09d
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-26T04:38:50.271Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||vFW f7adde7b-281b 0
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e1f5932-458a-4104-9c2f-9b59ec42f09d
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1627a43a-8130-4b06-9576-f0d374c14ca6 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:50.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json 1627a43a-8130-4b06-9576-f0d374c14ca6 785
2022-12-26T04:38:50.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json ASDC sendASDCNotification
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:50.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:50.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029530339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:38:50.447Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-26T04:38:50.450Z||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-26T04:38:50.450Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:50.465Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:50.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:51.362Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF7adde7b281b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "80b22f0b-100e-4683-87e8-5cefcde56d9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22ef308e-3ace-4b88-8d06-5f1412a5d7c1",
    "vfModuleModelCustomizationUUID": "cecf3c7e-3075-41bd-b2a5-7e847cae5ac7",
    "isBase": true,
    "artifacts": [
      "53d7d144-6d43-4671-b195-dc9d1e3a782f",
      "a66fc5c8-4546-42a1-957c-eb345a37a9a6"
    ],
    "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-26T04:38:51.382Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7adde7b281b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
VfModuleModelInvariantUUID:80b22f0b-100e-4683-87e8-5cefcde56d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
53d7d144-6d43-4671-b195-dc9d1e3a782f
,
a66fc5c8-4546-42a1-957c-eb345a37a9a6

}
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-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF7adde7b281b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "80b22f0b-100e-4683-87e8-5cefcde56d9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22ef308e-3ace-4b88-8d06-5f1412a5d7c1",
    "vfModuleModelCustomizationUUID": "cecf3c7e-3075-41bd-b2a5-7e847cae5ac7",
    "isBase": true,
    "artifacts": [
      "53d7d144-6d43-4671-b195-dc9d1e3a782f",
      "a66fc5c8-4546-42a1-957c-eb345a37a9a6"
    ],
    "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-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7adde7b281b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
VfModuleModelInvariantUUID:80b22f0b-100e-4683-87e8-5cefcde56d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
53d7d144-6d43-4671-b195-dc9d1e3a782f
,
a66fc5c8-4546-42a1-957c-eb345a37a9a6

}
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-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 53d7d144-6d43-4671-b195-dc9d1e3a782f from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.431Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:51.432Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml 53d7d144-6d43-4671-b195-dc9d1e3a782f 20368
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:51.436Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:51.436Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029531433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:38:51.536Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:51.537Z||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-26T04:38:51.538Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:51.552Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:51.553Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:52.437Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a66fc5c8-4546-42a1-957c-eb345a37a9a6 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.438Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:52.438Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.489Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:52.489Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env a66fc5c8-4546-42a1-957c-eb345a37a9a6 2098
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:52.491Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:52.494Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:52.494Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029532490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:38:52.594Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:52.596Z||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-26T04:38:52.596Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:52.609Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:52.610Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:53.495Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cac1759d-5893-4d1d-b646-56ec15e8bc48
2022-12-26T04:38:53.495Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f7adde7b-281b 0 2e1f5932-458a-4104-9c2f-9b59ec42f09d 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-26T04:38:53.558Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a0deeaa, org.onap.sdc.toscaparser.api.parameters.Input@51af013e, org.onap.sdc.toscaparser.api.parameters.Input@6981038f, org.onap.sdc.toscaparser.api.parameters.Input@17a2ceb7, org.onap.sdc.toscaparser.api.parameters.Input@420f1a57]
2022-12-26T04:38:53.564Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.565Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fcce36b4-5d82-4f92-a304-7dafdca5e67a
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a matches Tosca VF Customization UUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a  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-26T04:38:53.584Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.585Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.588Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fcce36b4-5d82-4f92-a304-7dafdca5e67a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:38:53.588Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5172fb5f
2022-12-26T04:38:53.589Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.589Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:38:53.590Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cecf3c7e-3075-41bd-b2a5-7e847cae5ac7
2022-12-26T04:38:53.592Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cecf3c7e-3075-41bd-b2a5-7e847cae5ac7
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-26T04:38:53.603Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.604Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.604Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.607Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.607Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.609Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:53.609Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:53.611Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.612Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:53.612Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.613Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=df1b1a2f-9924-4d49-84a9-21524d4a8fc5
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-26T04:38:53.630Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.631Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.631Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.632Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.632Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.633Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.634Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:53.634Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.635Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.636Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:53.636Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.637Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.637Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-26T04:38:53.638Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:53.638Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.639Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:53.640Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.641Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f04c996-255a-4995-a4a6-815c0d613288
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-26T04:38:53.646Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.648Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.648Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.655Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.656Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.657Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.657Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:53.658Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.658Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.659Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:53.660Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.660Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.661Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:53.661Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:53.662Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.662Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.663Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-26T04:38:53.663Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7dd0fc10-788c-4d03-9229-84c5d0977bb3
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-26T04:38:53.668Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.669Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.670Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.670Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.671Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.671Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=fcce36b4-5d82-4f92-a304-7dafdca5e67a
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-26T04:38:53.675Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.675Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.676Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cac1759d-5893-4d1d-b646-56ec15e8bc48: vFW f7adde7b-281b
2022-12-26T04:38:53.677Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.677Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.678Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.678Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.680Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.680Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:38:53.681Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.681Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-26 04-37-25 
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-26T04:38:54.327Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f7adde7b-281b 2e1f5932-458a-4104-9c2f-9b59ec42f09d 1 ASDC deployResourceStructure
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json ASDC sendASDCNotification
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:54.329Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:54.333Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:54.333Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029534328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:38:54.433Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:54.434Z||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-26T04:38:54.435Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:54.453Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:54.454Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:55.334Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:55.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:55.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029535334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:38:55.438Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:55.439Z||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-26T04:38:55.440Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:55.478Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:55.478Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:56.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-26T04:38:56.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:56.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:56.341Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:56.348Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:56.348Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029536339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:38:56.448Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:56.449Z||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-26T04:38:56.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:56.460Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:56.461Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:57.351Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar ASDC sendASDCNotification
2022-12-26T04:38:57.352Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:57.352Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:57.353Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:57.356Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:57.357Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029537350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:38:57.457Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:57.458Z||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-26T04:38:57.458Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:57.477Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:38:57.478Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:58.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:38:58.416Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:38:58.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:38:58.423Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:38:58.424Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:39:28.425Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:39:28.439Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:39:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:39:33.842Z||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-26T04:39:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:39:33.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:39:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:39:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:39:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:39:58.443Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:39:58.464Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:39:58.468Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:39:58.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:39:58.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:40:28.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:40:28.488Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:40:28.496Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:40:28.496Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:40:28.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:40:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:40:33.841Z||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-26T04:40:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:40:33.869Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:40:33.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:40:33.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:40:33.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:40:58.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:40:58.515Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:28.521Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:41:28.535Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:41:33.842Z||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-26T04:41:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:41:34.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:41:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029503246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029502686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029506716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029515493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029516318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029516584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "cds",
  "timestamp": 1672029517348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-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-26T04:41:34.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.461Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 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-26T04:41:34.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029511324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029517646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029519166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029518820,
  "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-26T04:41:34.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 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-26T04:41:34.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029519834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029513816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029522538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029516626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029524471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029530339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029530395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029531433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029531400,
  "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-26T04:41:34.618Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.619Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 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-26T04:41:34.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029532490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029534156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029534328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "aai-ml",
  "timestamp": 1672029535162,
  "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-26T04:41:34.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 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-26T04:41:34.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029535334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029536339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029537350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672029543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029550814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029551525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029551547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "cds",
  "timestamp": 1672029552557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-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-26T04:41:34.902Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:34.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 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-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029551885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029552936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029554380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029553961,
  "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-26T04:41:34.972Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:34.972Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 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-26T04:41:35.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672029554969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:35.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029556712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672029557716,
  "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-26T04:41:35.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:35.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 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-26T04:41:35.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029559278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "aai-ml",
  "timestamp": 1672029560282,
  "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-26T04:41:35.098Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:35.098Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 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-26T04:41:58.539Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:41:58.560Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
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-26T04:41:58.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:41:58.567Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:41:58.567Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:41:58.568Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:58.568Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:41:58.570Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:58.579Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:42:28.581Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4 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-26T04:42:28.600Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and serviceModelVersionId: cac1759d-5893-4d1d-b646-56ec15e8bc48
2022-12-26T04:42:28.600Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
2022-12-26T04:42:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:42:33.842Z||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-26T04:42:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:43.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:49.376Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0
2022-12-26T04:42:49.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:42:50.391Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?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-26T04:42:50.403Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|INFO|500||Invoke
2022-12-26T04:42:50.572Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T04:42:50.817Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|INFO|500||InvokeReturn
2022-12-26T04:42:50.822Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:42:49 GMT], content-length=[0], vertex-id=[319600], x-aai-txid=[0-aai-resources-221226-04:42:49:957-75285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:42:50.824Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:42:50.832Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:42:50.833Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:42:50.848Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:42:50.850Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:42:50.852Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:42:50.854Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:50.858Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:50.858Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029770851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:42:50.958Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:50.959Z||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-26T04:42:50.960Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:50.972Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:50.973Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:42:51.878Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:42:51.879Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|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-26T04:42:51.879Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:56.410Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:56.411Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:42:56.411Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"572ae9e4-ac39-47ba-94b3-e179c67d1106","serviceName":"basic_onboard_aQDTjT","serviceVersion":"1.0","serviceUUID":"c137e62f-f1b4-485f-bbfc-c29297db3e4c","serviceDescription":"service","serviceInvariantUUID":"8e32166d-63b5-40cc-b399-d44b702ce398","resources":[{"resourceInstanceName":"basic_onboard_aQDTjT 0","resourceName":"basic_onboard_aQDTjT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"64424bbb-f1d6-4596-8c7d-d8079c94ff6f","resourceInvariantUUID":"b553e985-a60d-44b7-956e-59e2b911530e","resourceCustomizationUUID":"798a4a10-b1bd-4a20-b74c-515e907fc9d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml","artifactChecksum":"NDhiNGJlN2FjMzBlYWE0OTVlZTI3ODU3MjUyYzBlNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7675fa4a-8058-4205-a309-cdd829b9d2d9","artifactVersion":"1"},{"artifactName":"basic_onboard_aqdtjt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json","artifactChecksum":"YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb8ef2d9-1cd1-4be3-93ea-519a501b054e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac0dd1d8-86c7-4273-a9bc-088f46f355a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da4b7fe2-ce53-4a49-b42a-06ba4aed0489","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f399ba4-76e9-4a46-a413-32a5caf0c4b7","artifactVersion":"2","generatedFromUUID":"ac0dd1d8-86c7-4273-a9bc-088f46f355a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAqdtjt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml","artifactChecksum":"YmVjNmI5MDI3YmYxYjM2NzdkNWZjMjM1N2ZiYmFlNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2207ea19-2525-4af5-8318-8853cb502577","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAqdtjt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar","artifactChecksum":"ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b0e5a92-2090-4403-bdb8-be662ed36197","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:42:56.418Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:56.418Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:56.421Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:56.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:42:56.522Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:56.523Z||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-26T04:42:56.523Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:56.541Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:56.542Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:57.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:57.424Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:57.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:57.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:42:57.526Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:57.528Z||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-26T04:42:57.528Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:57.544Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:57.545Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:58.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:58.427Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:58.429Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:58.429Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:42:58.530Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:58.531Z||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-26T04:42:58.531Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:58.544Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:58.547Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:59.430Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:59.432Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:59.434Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:59.434Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:42:59.535Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:42:59.536Z||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-26T04:42:59.537Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:59.548Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:42:59.549Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:00.440Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:00.441Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:00.444Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:00.444Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-26T04:43:00.548Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-26T04:43:00.558Z||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-26T04:43:00.558Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:00.579Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:00.579Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:01.445Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:01.446Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:01.449Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:01.449Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:43:01.549Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:01.550Z||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-26T04:43:01.550Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:01.565Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:01.566Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:02.450Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:02.451Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:02.453Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:02.454Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:43:02.554Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:02.555Z||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-26T04:43:02.556Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:02.567Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:02.568Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "serviceName": "basic_onboard_aQDTjT",
  "serviceVersion": "1.0",
  "serviceUUID": "c137e62f-f1b4-485f-bbfc-c29297db3e4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e32166d-63b5-40cc-b399-d44b702ce398",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aQDTjT 0",
      "resourceCustomizationUUID": "798a4a10-b1bd-4a20-b74c-515e907fc9d7",
      "resourceName": "basic_onboard_aQDTjT",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "64424bbb-f1d6-4596-8c7d-d8079c94ff6f",
      "resourceInvariantUUID": "b553e985-a60d-44b7-956e-59e2b911530e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_aqdtjt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
          "artifactChecksum": "YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb8ef2d9-1cd1-4be3-93ea-519a501b054e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f399ba4-76e9-4a46-a413-32a5caf0c4b7",
            "generatedFromUUID": "ac0dd1d8-86c7-4273-a9bc-088f46f355a3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f399ba4-76e9-4a46-a413-32a5caf0c4b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAqdtjt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
      "artifactChecksum": "ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b0e5a92-2090-4403-bdb8-be662ed36197"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c137e62f-f1b4-485f-bbfc-c29297db3e4c ASDC
2022-12-26T04:43:03.458Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:572ae9e4-ac39-47ba-94b3-e179c67d1106
ServiceName:basic_onboard_aQDTjT
ServiceVersion:1.0
ServiceUUID:c137e62f-f1b4-485f-bbfc-c29297db3e4c
ServiceInvariantUUID:8e32166d-63b5-40cc-b399-d44b702ce398
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAqdtjt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
ArtifactUUID:7b0e5a92-2090-4403-bdb8-be662ed36197
ArtifactChecksum:ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aQDTjT 0
ResourceCustomizationUUID:798a4a10-b1bd-4a20-b74c-515e907fc9d7
ResourceInvariantUUID:b553e985-a60d-44b7-956e-59e2b911530e
ResourceName:basic_onboard_aQDTjT
ResourceType:VF
ResourceUUID:64424bbb-f1d6-4596-8c7d-d8079c94ff6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aqdtjt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
ArtifactUUID:eb8ef2d9-1cd1-4be3-93ea-519a501b054e
ArtifactChecksum:YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM=
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac0dd1d8-86c7-4273-a9bc-088f46f355a3
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
ArtifactUUID:1f399ba4-76e9-4a46-a413-32a5caf0c4b7
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
ArtifactUUID:1f399ba4-76e9-4a46-a413-32a5caf0c4b7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T04:43:03.459Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c137e62f-f1b4-485f-bbfc-c29297db3e4c 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-26T04:43:03.510Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:43:03.511Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:03.511Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b0e5a92-2090-4403-bdb8-be662ed36197 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.695Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:03.699Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar 7b0e5a92-2090-4403-bdb8-be662ed36197 75302
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar ASDC sendASDCNotification
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:03.701Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:03.703Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:03.704Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029783700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:03.804Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:03.805Z||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-26T04:43:03.805Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:03.818Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:03.819Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:04.704Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:43:04.707Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:04.707Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7b0e5a92-2090-4403-bdb8-be662ed36197, URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar to file: /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.718Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.719Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.719Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:05.031Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15885617342163683118/Definitions/service-BasicOnboardAqdtjt-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-26T04:43:07.311Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aQDTjT 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-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aQDTjT
Description:service
Model UUID:c137e62f-f1b4-485f-bbfc-c29297db3e4c
Model Version:NULL
Model InvariantUuid:8e32166d-63b5-40cc-b399-d44b702ce398
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aQDTjT
Model UUID:a8ea8e70-8cfb-416a-9fe2-0684a132976a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b553e985-a60d-44b7-956e-59e2b911530e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:798a4a10-b1bd-4a20-b74c-515e907fc9d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf0c5887-b926-466c-aac2-a3ff138aaea6
ModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
ModelUuid:1bd6d97c-4421-49f2-aa52-19938c27ab89
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
ModelInvariantUuid:a6b8d7e0-1543-4acd-b290-1b45f0a08b4d
ModelName:basic_onboard_aQDTjT-nodes.ubuntu18Cvfc
ModelUuid:244dea14-d504-4161-b5e2-070dbae4f6f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ea5d91f4-fbc3-4f03-903a-68b887942314
ModelInvariantUuid:fb4bca3f-0ae1-430b-8370-75943c49dfe4
ModelName:BasicOnboardAqdtjt.compute.nodes.heat.ubuntu18
ModelUuid:04bafbba-6d58-4fc3-bf0c-989812c4625f
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-26T04:43:07.343Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 64424bbb-f1d6-4596-8c7d-d8079c94ff6f
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-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||basic_onboard_aQDTjT 0
2022-12-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 64424bbb-f1d6-4596-8c7d-d8079c94ff6f
2022-12-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb8ef2d9-1cd1-4be3-93ea-519a501b054e from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.348Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:07.348Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.427Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json eb8ef2d9-1cd1-4be3-93ea-519a501b054e 798
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json ASDC sendASDCNotification
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.429Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:07.429Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:07.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:07.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029787428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:07.532Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:07.533Z||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-26T04:43:07.533Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:07.548Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:07.548Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:08.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAqdtjt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bf0c5887-b926-466c-aac2-a3ff138aaea6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1bd6d97c-4421-49f2-aa52-19938c27ab89",
    "vfModuleModelCustomizationUUID": "da611a75-7c73-4cac-99c9-f94a0c5f56f7",
    "isBase": true,
    "artifacts": [
      "ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
      "1f399ba4-76e9-4a46-a413-32a5caf0c4b7"
    ],
    "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-26T04:43:08.439Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bd6d97c-4421-49f2-aa52-19938c27ab89
VfModuleModelInvariantUUID:bf0c5887-b926-466c-aac2-a3ff138aaea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd1d8-86c7-4273-a9bc-088f46f355a3
,
1f399ba4-76e9-4a46-a413-32a5caf0c4b7

}
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-26T04:43:08.444Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAqdtjt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bf0c5887-b926-466c-aac2-a3ff138aaea6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1bd6d97c-4421-49f2-aa52-19938c27ab89",
    "vfModuleModelCustomizationUUID": "da611a75-7c73-4cac-99c9-f94a0c5f56f7",
    "isBase": true,
    "artifacts": [
      "ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
      "1f399ba4-76e9-4a46-a413-32a5caf0c4b7"
    ],
    "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-26T04:43:08.444Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bd6d97c-4421-49f2-aa52-19938c27ab89
VfModuleModelInvariantUUID:bf0c5887-b926-466c-aac2-a3ff138aaea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd1d8-86c7-4273-a9bc-088f46f355a3
,
1f399ba4-76e9-4a46-a413-32a5caf0c4b7

}
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-26T04:43:08.445Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac0dd1d8-86c7-4273-a9bc-088f46f355a3 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.445Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:08.446Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.499Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ac0dd1d8-86c7-4273-a9bc-088f46f355a3 5033
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:08.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:08.519Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:08.519Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029788500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:08.612Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-26T04:43:08.614Z||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-26T04:43:08.614Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:08.626Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:08.627Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:09.520Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f399ba4-76e9-4a46-a413-32a5caf0c4b7 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.521Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:09.522Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.566Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env 1f399ba4-76e9-4a46-a413-32a5caf0c4b7 909
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:09.568Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:09.570Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:09.570Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029789567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:09.670Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:09.672Z||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-26T04:43:09.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:09.682Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:09.683Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:10.571Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c137e62f-f1b4-485f-bbfc-c29297db3e4c
2022-12-26T04:43:10.572Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aQDTjT 0 64424bbb-f1d6-4596-8c7d-d8079c94ff6f 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-26T04:43:10.590Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36e1a79b, org.onap.sdc.toscaparser.api.parameters.Input@8d564a4, org.onap.sdc.toscaparser.api.parameters.Input@530298b, org.onap.sdc.toscaparser.api.parameters.Input@13f65c61, org.onap.sdc.toscaparser.api.parameters.Input@2890fcfb]
2022-12-26T04:43:10.592Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 798a4a10-b1bd-4a20-b74c-515e907fc9d7
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7 matches Tosca VF Customization UUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7  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-26T04:43:10.600Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.600Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 798a4a10-b1bd-4a20-b74c-515e907fc9d7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e8f1149
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da611a75-7c73-4cac-99c9-f94a0c5f56f7
2022-12-26T04:43:10.602Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da611a75-7c73-4cac-99c9-f94a0c5f56f7
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-26T04:43:10.619Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:10.622Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
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-26T04:43:10.635Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=798a4a10-b1bd-4a20-b74c-515e907fc9d7
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-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c137e62f-f1b4-485f-bbfc-c29297db3e4c: basic_onboard_aQDTjT
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_aQDTjT 
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-26T04:43:10.759Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aQDTjT 64424bbb-f1d6-4596-8c7d-d8079c94ff6f 1 ASDC deployResourceStructure
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json ASDC sendASDCNotification
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:10.761Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:10.764Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:10.765Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029790760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:10.867Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T04:43:10.868Z||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-26T04:43:10.869Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:10.888Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:10.889Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:11.767Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:11.771Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:11.771Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029791767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:11.875Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-26T04:43:11.876Z||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-26T04:43:11.876Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:11.891Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:11.891Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:12.772Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-26T04:43:12.773Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:12.773Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:12.774Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:12.776Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:12.776Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029792772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:12.879Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T04:43:12.880Z||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-26T04:43:12.881Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:12.896Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:12.897Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:13.790Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar ASDC sendASDCNotification
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:13.797Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:13.797Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029793790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:13.897Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:13.898Z||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-26T04:43:13.898Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:13.915Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:13.916Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:14.798Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:43:14.815Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106
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-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:43:14.833Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:43:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:33.892Z||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-26T04:43:33.892Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:34.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029770851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:43:34.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029771878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029783700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029787428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029788500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029789567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029790760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029791767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029792772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029793790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:44.834Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106 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-26T04:43:44.845Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106 and serviceModelVersionId: c137e62f-f1b4-485f-bbfc-c29297db3e4c
2022-12-26T04:43:44.846Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e32166d-63b5-40cc-b399-d44b702ce398
2022-12-26T04:43:44.847Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0
2022-12-26T04:43:44.859Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:43:44.943Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|INFO|500||Invoke
2022-12-26T04:43:44.944Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[632ddc12-27b8-42f7-9d34-8e4bd11711cd], X-ECOMP-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], X-TransactionId=[], X-ONAP-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], Content-Type=[application/merge-patch+json]}
2022-12-26T04:43:44.982Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T04:43:45.090Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?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/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:43:44 GMT], content-length=[0], vertex-id=[204944], x-aai-txid=[0-aai-resources-221226-04:43:44:366-57170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:43:45.093Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:43:45.098Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|INFO|500||InvokeReturn
2022-12-26T04:43:45.100Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:43:45.100Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:43:45.112Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:43:45.113Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 572ae9e4-ac39-47ba-94b3-e179c67d1106 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:43:45.113Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:43:45.119Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:45.123Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:45.124Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029825113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:43:45.224Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:45.225Z||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-26T04:43:45.225Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:45.248Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:45.249Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-26T04:43:46.147Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:46.148Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:43:46.148Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:55.751Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:43:55.753Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:55.753Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:43:55.754Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:05.333Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:44:05.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:05.335Z||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-26T04:44:05.335Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:14.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:44:14.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:14.909Z||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-26T04:44:14.909Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:24.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:44:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:33.817Z||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-26T04:44:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:33.841Z||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-26T04:44:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:34.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:44:34.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-26T04:44:34.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672029825113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:44:34.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:44:43.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:45:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:45:33.820Z||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-26T04:45:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:45:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:45:33.843Z||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-26T04:45:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:45:43.412Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:45:43.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:46:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:46:33.817Z||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-26T04:46:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:46:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:46:33.841Z||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-26T04:46:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:46:43.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:46:43.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:47:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:47:33.817Z||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-26T04:47:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:47:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:47:33.841Z||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-26T04:47:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:47:43.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:47:43.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:48:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:48:33.817Z||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-26T04:48:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:48:33.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:48:33.845Z||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-26T04:48:33.846Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:48:43.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:48:43.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:49:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:49:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:49:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:49:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:49:33.842Z||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-26T04:49:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:49:43.407Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:49:43.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:50:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:50:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:50:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:50:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:50:33.842Z||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-26T04:50:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:50:43.414Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:50:43.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:51:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:51:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:51:33.819Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:51:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:51:33.841Z||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-26T04:51:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:51:43.404Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:51:43.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:52:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:52:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:52:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:52:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:52:33.843Z||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-26T04:52:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:52:43.383Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:52:43.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:53:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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-26T04:53:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:53:33.842Z||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-26T04:53:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:34.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:34.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030386626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "cds",
  "timestamp": 1672030391718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030386626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "cds",
  "timestamp": 1672030391718,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "cds",
  "timestamp": 1672030397678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030397590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "cds",
  "timestamp": 1672030398702,
  "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-26T04:53:34.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:53:34.216Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b 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-26T04:53:34.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030399311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:53:34.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030400314,
  "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-26T04:53:34.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:53:34.264Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b 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-26T04:53:34.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030403246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030402686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030403246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030402686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "aai-ml",
  "timestamp": 1672030411324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "aai-ml",
  "timestamp": 1672030411324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:53:34.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:53:34.473Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:34.475Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.475Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"642fe374-3c65-4a7d-bb01-b3d3016b2a8b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f16af691-0ae9-41fe-8e62-a463d68fb5ad","serviceDescription":"service","serviceInvariantUUID":"3661b63c-e048-4657-bc4f-73cd36d220ff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"00bc6911-5d13-48f0-8242-cc7bc7083bcd","resourceInvariantUUID":"28d8d14b-1f33-46fc-8114-c02873e59d70","resourceCustomizationUUID":"45230dd4-2596-4496-9545-1311c97465cc","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":"ZjAyM2E3MDk1ZTJmYzM0NDU2NWE0YjY3ZmFkMWYyN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6ff7b7c-31ce-4493-ae87-1125c614a88f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"859e850c-ee85-4b27-a3f8-a0cd6482ff59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:53:34.483Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:53:34.483Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:34.488Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:34.488Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030413816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.588Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:34.590Z||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-26T04:53:34.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:34.617Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:34.618Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:35.489Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:53:35.493Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:35.497Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:35.497Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030413816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:53:35.597Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:35.599Z||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-26T04:53:35.599Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:35.613Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:35.614Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:53:36.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f16af691-0ae9-41fe-8e62-a463d68fb5ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3661b63c-e048-4657-bc4f-73cd36d220ff",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "45230dd4-2596-4496-9545-1311c97465cc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "00bc6911-5d13-48f0-8242-cc7bc7083bcd",
      "resourceInvariantUUID": "28d8d14b-1f33-46fc-8114-c02873e59d70",
      "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": "MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "859e850c-ee85-4b27-a3f8-a0cd6482ff59"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:53:36.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:53:36.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f16af691-0ae9-41fe-8e62-a463d68fb5ad ASDC
2022-12-26T04:53:36.502Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:642fe374-3c65-4a7d-bb01-b3d3016b2a8b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f16af691-0ae9-41fe-8e62-a463d68fb5ad
ServiceInvariantUUID:3661b63c-e048-4657-bc4f-73cd36d220ff
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:859e850c-ee85-4b27-a3f8-a0cd6482ff59
ArtifactChecksum:MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:45230dd4-2596-4496-9545-1311c97465cc
ResourceInvariantUUID:28d8d14b-1f33-46fc-8114-c02873e59d70
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:00bc6911-5d13-48f0-8242-cc7bc7083bcd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-26T04:53:36.502Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f16af691-0ae9-41fe-8e62-a463d68fb5ad 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-26T04:53:36.555Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 859e850c-ee85-4b27-a3f8-a0cd6482ff59 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:53:36.558Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:36.653Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 859e850c-ee85-4b27-a3f8-a0cd6482ff59 57660
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:53:36.658Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:36.661Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:36.661Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030416657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:53:36.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:36.763Z||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-26T04:53:36.763Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:36.786Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:36.787Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:37.662Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:53:37.663Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:37.663Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 859e850c-ee85-4b27-a3f8-a0cd6482ff59, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.664Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-26T04:53:37.664Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.665Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.869Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6907846411187911692/Definitions/service-BasicNetwork-template.yml
2022-12-26T04:53:38.804Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:53:38.805Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:53:38.805Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.807Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:53:38.810Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.811Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.811Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-26T04:53:38.812Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:53:38.814Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:53:38.814Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.815Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.815Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-26T04:53:38.816Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:53:38.816Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.818Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.819Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.819Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.820Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.821Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.821Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.822Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.822Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f16af691-0ae9-41fe-8e62-a463d68fb5ad
Model Version:NULL
Model InvariantUuid:3661b63c-e048-4657-bc4f-73cd36d220ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:28d8d14b-1f33-46fc-8114-c02873e59d70
Model UUID:abcb4af0-2870-4ca2-a842-b018cd311c54
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:45230dd4-2596-4496-9545-1311c97465cc
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-26T04:53:38.854Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 00bc6911-5d13-48f0-8242-cc7bc7083bcd
2022-12-26T04:53:38.855Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||No resources found for Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
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-26T04:53:38.864Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||
2022-12-26T04:53:38.865Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-26T04:53:38.868Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.875Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6797584c, org.onap.sdc.toscaparser.api.parameters.Input@4ca2ff57, org.onap.sdc.toscaparser.api.parameters.Input@517ffa43, org.onap.sdc.toscaparser.api.parameters.Input@32be4d3, org.onap.sdc.toscaparser.api.parameters.Input@5e2399c2]
2022-12-26T04:53:38.877Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f16af691-0ae9-41fe-8e62-a463d68fb5ad: Generic NeutronNet
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.880Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.880Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:38.938Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.939Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.939Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.941Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:39.071Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-26T04:53:39.072Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:39.073Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||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-26T04:53:39.073Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:53:39.074Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:39.077Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:39.077Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030419072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:53:39.177Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:39.179Z||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-26T04:53:39.179Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:39.191Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:53:39.192Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:40.078Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:53:40.098Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:53:40.103Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:53:40.103Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:53:40.104Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:54:10.104Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:54:10.129Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:54:10.140Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:54:10.141Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:54:10.142Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:54:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:54:33.842Z||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-26T04:54:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:54:33.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:54:33.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:54:33.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "aai-ml",
  "timestamp": 1672030414058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:54:33.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:54:40.143Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:54:40.173Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:55:10.190Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:55:10.206Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:55:10.212Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:55:10.212Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:55:10.213Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:55:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:55:33.841Z||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-26T04:55:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:55:33.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:55:33.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:55:33.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030413816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:55:33.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:55:40.213Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:55:40.224Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:55:40.227Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:55:40.227Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:55:40.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:10.230Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:56:10.295Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:56:10.315Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:56:10.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:56:10.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:56:33.842Z||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-26T04:56:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:56:33.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:56:33.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030413816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030416657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:56:33.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "aai-ml",
  "timestamp": 1672030418073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:56:33.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "aai-ml",
  "timestamp": 1672030419078,
  "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-26T04:56:33.914Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:56:33.914Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b 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-26T04:56:33.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030419072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030463246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030462693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030472045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030473218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:56:40.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:56:40.353Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
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-26T04:56:40.361Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:56:40.370Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:57:10.371Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b 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-26T04:57:10.381Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and serviceModelVersionId: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:57:10.382Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3661b63c-e048-4657-bc4f-73cd36d220ff
2022-12-26T04:57:10.384Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0
2022-12-26T04:57:10.392Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:57:10.465Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|INFO|500||Invoke
2022-12-26T04:57:10.465Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3af6f7cc-a14a-4d6e-8317-16011d88ea33], X-ECOMP-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], X-TransactionId=[], X-ONAP-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], Content-Type=[application/merge-patch+json]}
2022-12-26T04:57:10.507Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T04:57:10.600Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?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/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:57:09 GMT], content-length=[0], vertex-id=[209072], x-aai-txid=[2-aai-resources-221226-04:57:09:889-39639], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:57:10.601Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|INFO|500||InvokeReturn
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:57:10.614Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:57:10.614Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:57:10.615Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:57:10.616Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:10.619Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:10.619Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030630615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:57:10.719Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:10.721Z||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-26T04:57:10.721Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:10.748Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:10.750Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 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-26T04:57:11.632Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:57:11.634Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|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-26T04:57:11.634Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:16.216Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:16.217Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:57:16.217Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"825491f0-aa82-47b6-8829-a6df093e76b5","serviceName":"Demo_pNF_H8SP8ZvCU0A3ecswJzij","serviceVersion":"1.0","serviceUUID":"09f8260f-ba39-433e-9d34-ae7dc9621f40","serviceDescription":"catalog service description","serviceInvariantUUID":"73bf163a-9b53-4e42-8f3c-81088f6a8ed9","resources":[{"resourceInstanceName":"pNF 552e8b4f-0390 0","resourceName":"pNF 552e8b4f-0390","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a27ec03-953a-40d9-8169-7b00671c3299","resourceInvariantUUID":"ac8e030e-2a01-4012-801b-44c72e2b5a08","resourceCustomizationUUID":"af1bd24a-0889-45f3-95b0-e5d3ce59149a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml","artifactChecksum":"ZmMzYmI0NTgwMjQyOTFlOGJlYTgyNmJlODA1NDVkMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82a2a8a3-5a29-4ff5-a077-c0148ee1d26d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar","artifactChecksum":"MjFjODA0MGE0Mzc5YjdiOWIwNTE4YjMyM2JjMDQ0MWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8cbbc49-3c43-4ce0-9908-8fa217d6c7c8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5061a61f-f844-4f2f-875b-78e6c2c81a20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml","artifactChecksum":"MmRhZmRkYmRlMDBjMTNhOWRkZGY1MmVhN2NhMmIxNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f6d5041-5207-4994-bb29-6d331628eb09","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb669587-8e01-4bcd-a35d-6607487fb111","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b95cc6f8-740d-46b7-8190-7a83266c9ac2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml","artifactChecksum":"N2U5ZDQwYjcwZjQ3ODY5ZjAxMDE4ODA4MGExNTBiMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b02917-bae4-46b6-9dbb-16c4e7577a9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar","artifactChecksum":"MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b4377cb-b299-474b-bbb3-93dce76adaba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:57:16.220Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:16.221Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:16.223Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:16.223Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:16.324Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:57:16.325Z||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-26T04:57:16.326Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:16.339Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:16.340Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:17.224Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:17.225Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:17.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:17.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:17.328Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:57:17.329Z||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-26T04:57:17.329Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:17.338Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:17.339Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:18.229Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:18.231Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:18.233Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:18.233Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:18.334Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:18.335Z||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-26T04:57:18.335Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:18.347Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:18.348Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:19.234Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:19.235Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:19.237Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:19.237Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:19.337Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:19.338Z||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-26T04:57:19.339Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:19.373Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:19.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:20.238Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:20.239Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:20.241Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:20.242Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:20.342Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:20.343Z||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-26T04:57:20.344Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:20.357Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:20.357Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:21.242Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:21.243Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:21.271Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:21.272Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:21.350Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-12-26T04:57:21.351Z||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-26T04:57:21.351Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:21.367Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:21.368Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:22.273Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:22.275Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:22.279Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:22.279Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:22.379Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:22.380Z||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-26T04:57:22.380Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:22.394Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:22.395Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:23.280Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:23.281Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:23.285Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:23.285Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:23.385Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:57:23.386Z||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-26T04:57:23.386Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:23.398Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:23.399Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:24.287Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "serviceName": "Demo_pNF_H8SP8ZvCU0A3ecswJzij",
  "serviceVersion": "1.0",
  "serviceUUID": "09f8260f-ba39-433e-9d34-ae7dc9621f40",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73bf163a-9b53-4e42-8f3c-81088f6a8ed9",
  "resources": [
    {
      "resourceInstanceName": "pNF 552e8b4f-0390 0",
      "resourceCustomizationUUID": "af1bd24a-0889-45f3-95b0-e5d3ce59149a",
      "resourceName": "pNF 552e8b4f-0390",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9a27ec03-953a-40d9-8169-7b00671c3299",
      "resourceInvariantUUID": "ac8e030e-2a01-4012-801b-44c72e2b5a08",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
      "artifactChecksum": "MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b4377cb-b299-474b-bbb3-93dce76adaba"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:57:24.288Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:57:24.288Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 09f8260f-ba39-433e-9d34-ae7dc9621f40 ASDC
2022-12-26T04:57:24.289Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:825491f0-aa82-47b6-8829-a6df093e76b5
ServiceName:Demo_pNF_H8SP8ZvCU0A3ecswJzij
ServiceVersion:1.0
ServiceUUID:09f8260f-ba39-433e-9d34-ae7dc9621f40
ServiceInvariantUUID:73bf163a-9b53-4e42-8f3c-81088f6a8ed9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
ArtifactUUID:2b4377cb-b299-474b-bbb3-93dce76adaba
ArtifactChecksum:MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 552e8b4f-0390 0
ResourceCustomizationUUID:af1bd24a-0889-45f3-95b0-e5d3ce59149a
ResourceInvariantUUID:ac8e030e-2a01-4012-801b-44c72e2b5a08
ResourceName:pNF 552e8b4f-0390
ResourceType:PNF
ResourceUUID:9a27ec03-953a-40d9-8169-7b00671c3299
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-26T04:57:24.290Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09f8260f-ba39-433e-9d34-ae7dc9621f40 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-26T04:57:24.328Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b4377cb-b299-474b-bbb3-93dce76adaba from URL: /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.421Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar 2b4377cb-b299-474b-bbb3-93dce76adaba 87784
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar ASDC sendASDCNotification
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.428Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:57:24.428Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:24.431Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:24.431Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030644427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:24.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:57:24.534Z||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-26T04:57:24.540Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:24.565Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:24.566Z||pool-48-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:25.432Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2b4377cb-b299-474b-bbb3-93dce76adaba, URL: /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar to file: /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.435Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.435Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.695Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14358186382640477283/Definitions/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml
2022-12-26T04:57:26.789Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 552e8b4f-0390 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-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Node template pNF 552e8b4f-0390 0 is matching search criteria
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 552e8b4f-0390 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Node template pNF 552e8b4f-0390 0 is matching search criteria
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 552e8b4f-0390 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_H8SP8ZvCU0A3ecswJzij
Description:catalog service description
Model UUID:09f8260f-ba39-433e-9d34-ae7dc9621f40
Model Version:NULL
Model InvariantUuid:73bf163a-9b53-4e42-8f3c-81088f6a8ed9
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-26T04:57:26.804Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a27ec03-953a-40d9-8169-7b00671c3299
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-26T04:57:26.808Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||pNF 552e8b4f-0390 0
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a27ec03-953a-40d9-8169-7b00671c3299
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 09f8260f-ba39-433e-9d34-ae7dc9621f40
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 09f8260f-ba39-433e-9d34-ae7dc9621f40
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 552e8b4f-0390 0 9a27ec03-953a-40d9-8169-7b00671c3299 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-26T04:57:26.818Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dca7be8, org.onap.sdc.toscaparser.api.parameters.Input@4d1c4f6c, org.onap.sdc.toscaparser.api.parameters.Input@18b64ff3, org.onap.sdc.toscaparser.api.parameters.Input@4fa423e3, org.onap.sdc.toscaparser.api.parameters.Input@1ff14c4]
2022-12-26T04:57:26.818Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 09f8260f-ba39-433e-9d34-ae7dc9621f40: pNF 552e8b4f-0390
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9a27ec03-953a-40d9-8169-7b00671c3299
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.820Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Resource customization UUID: af1bd24a-0889-45f3-95b0-e5d3ce59149a is the same as notified resource customizationUUID: af1bd24a-0889-45f3-95b0-e5d3ce59149a
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-26T04:57:26.899Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 552e8b4f-0390 9a27ec03-953a-40d9-8169-7b00671c3299 0 ASDC deployResourceStructure
2022-12-26T04:57:26.899Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar ASDC sendASDCNotification
2022-12-26T04:57:26.899Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.900Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:57:26.900Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:26.903Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:26.903Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030646899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:27.003Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T04:57:27.005Z||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-26T04:57:27.005Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:27.016Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:27.017Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:27.906Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825491f0-aa82-47b6-8829-a6df093e76b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:57:27.918Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825491f0-aa82-47b6-8829-a6df093e76b5
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-26T04:57:27.922Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:57:27.922Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:57:27.923Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:57:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:57:33.842Z||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-26T04:57:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:33.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:57:33.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030474223,
  "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-26T04:57:33.905Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 825491f0-aa82-47b6-8829-a6df093e76b5
2022-12-26T04:57:33.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825491f0-aa82-47b6-8829-a6df093e76b5 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-26T04:57:33.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:33.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030475528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "cds",
  "timestamp": 1672030476539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-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-26T04:57:33.929Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 825491f0-aa82-47b6-8829-a6df093e76b5
2022-12-26T04:57:33.930Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825491f0-aa82-47b6-8829-a6df093e76b5 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-26T04:57:33.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030480102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:33.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030485095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-26T04:57:33.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030485426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030466716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:33.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:33.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:33.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "aai-ml",
  "timestamp": 1672030486099,
  "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-26T04:57:33.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 825491f0-aa82-47b6-8829-a6df093e76b5
2022-12-26T04:57:33.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825491f0-aa82-47b6-8829-a6df093e76b5 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-26T04:57:34.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030486762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030487636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "cds",
  "timestamp": 1672030487771,
  "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-26T04:57:34.022Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5694c8ba-0972-4fc4-9b64-589f18c6fa17
2022-12-26T04:57:34.023Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5694c8ba-0972-4fc4-9b64-589f18c6fa17 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-26T04:57:34.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030488641,
  "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-26T04:57:34.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 825491f0-aa82-47b6-8829-a6df093e76b5
2022-12-26T04:57:34.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825491f0-aa82-47b6-8829-a6df093e76b5 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-26T04:57:34.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030483247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030492571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.078Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030493658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030471324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030494737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030496197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030495792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030496861,
  "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-26T04:57:34.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5694c8ba-0972-4fc4-9b64-589f18c6fa17
2022-12-26T04:57:34.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5694c8ba-0972-4fc4-9b64-589f18c6fa17 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-26T04:57:34.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030476626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030497866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030498734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030501306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030488776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030502310,
  "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-26T04:57:34.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5694c8ba-0972-4fc4-9b64-589f18c6fa17
2022-12-26T04:57:34.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5694c8ba-0972-4fc4-9b64-589f18c6fa17 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-26T04:57:34.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030502605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030503022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "cds",
  "timestamp": 1672030503625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:57:34.149Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6fecb562-a4a7-4bd7-846f-5ca657797820
2022-12-26T04:57:34.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fecb562-a4a7-4bd7-846f-5ca657797820 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-26T04:57:34.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "aai-ml",
  "timestamp": 1672030504027,
  "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-26T04:57:34.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5694c8ba-0972-4fc4-9b64-589f18c6fa17
2022-12-26T04:57:34.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5694c8ba-0972-4fc4-9b64-589f18c6fa17 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-26T04:57:34.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672030503246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030502687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030510415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030505030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030511482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:57:34.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030512806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030506626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:57:34.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:57:34.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030513573,
  "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-26T04:57:34.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fecb562-a4a7-4bd7-846f-5ca657797820
2022-12-26T04:57:34.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fecb562-a4a7-4bd7-846f-5ca657797820 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-26T04:57:34.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030514343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:57:34.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672030514577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030516742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672030517746,
  "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-26T04:57:34.277Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6fecb562-a4a7-4bd7-846f-5ca657797820
2022-12-26T04:57:34.277Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fecb562-a4a7-4bd7-846f-5ca657797820 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-26T04:57:34.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030520338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:57:34.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:57:34.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:57:34.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "aai-ml",
  "timestamp": 1672030521341,
  "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-26T04:57:34.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6fecb562-a4a7-4bd7-846f-5ca657797820
2022-12-26T04:57:34.313Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fecb562-a4a7-4bd7-846f-5ca657797820 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-26T04:57:57.923Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825491f0-aa82-47b6-8829-a6df093e76b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:57:57.951Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825491f0-aa82-47b6-8829-a6df093e76b5
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-26T04:57:57.957Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:57:57.957Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:57:57.957Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:57:57.957Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:57:57.958Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:57:57.958Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:57:57.958Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:57:57.958Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:57:57.959Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:57:57.960Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:57:57.969Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:58:27.969Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 825491f0-aa82-47b6-8829-a6df093e76b5 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-26T04:58:27.979Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 825491f0-aa82-47b6-8829-a6df093e76b5 and serviceModelVersionId: 09f8260f-ba39-433e-9d34-ae7dc9621f40
2022-12-26T04:58:27.979Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73bf163a-9b53-4e42-8f3c-81088f6a8ed9
2022-12-26T04:58:27.980Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?depth=0
2022-12-26T04:58:27.988Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:58:28.067Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?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-26T04:58:28.070Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?depth=0|INFO|500||Invoke
2022-12-26T04:58:28.103Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T04:58:28.236Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?depth=0|INFO|500||InvokeReturn
2022-12-26T04:58:28.237Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73bf163a-9b53-4e42-8f3c-81088f6a8ed9/model-vers/model-ver/09f8260f-ba39-433e-9d34-ae7dc9621f40?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:58:27 GMT], content-length=[0], vertex-id=[217264], x-aai-txid=[0-aai-resources-221226-04:58:27:484-28949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:58:28.237Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:58:28.238Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:58:28.238Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:58:28.249Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:58:28.249Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 825491f0-aa82-47b6-8829-a6df093e76b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:58:28.250Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:58:28.250Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:28.258Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:28.258Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030708249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:58:28.355Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-26T04:58:28.359Z||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-26T04:58:28.359Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:28.392Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:28.393Z||pool-50-thread-1|||||INFO|500||cambria reply ok (35 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-26T04:58:29.284Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:58:29.285Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5694c8ba-0972-4fc4-9b64-589f18c6fa17","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fa240acd-5bc5-42c0-92fa-e8ade787617f","serviceDescription":"service","serviceInvariantUUID":"ff5a6a3d-711a-4b33-9cae-613f1ad29364","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"144d432a-17bf-43b6-878c-9d7aa55963a4","resourceInvariantUUID":"0e1fb694-9100-4240-a460-19ca024f5a7c","resourceCustomizationUUID":"2bcd0e8c-bd82-47af-883a-894d906f83bc","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":"NzM5ZDkzYjE1MWE1Nzc2Y2VhNzk1Y2FjN2I1NTc2YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f3e84e2-b29e-4a70-b1fc-1ab2f1ee2c2f","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":"a933f748-6f6a-43ae-abd7-1279e2dffa50","artifactVersion":"2","generatedFromUUID":"65426d5c-8cdc-4ffa-9da1-31d14c3e463d"},{"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":"65426d5c-8cdc-4ffa-9da1-31d14c3e463d","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":"ZTk0MDU1Y2QxMDVmNGNjZjFlYmI1OTM0MDk5NDYyZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c033b78e-52c8-4bad-bab4-2970b38b2592","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":"4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c","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":"0e35b06f-a042-4e4e-ad47-2d729fbbfe82","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":"931be380-5a3a-442d-9fd1-00e1127c665b","artifactVersion":"2","generatedFromUUID":"4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTc0ZGFiMjg0ZGRhOTZhZWE2YzY1ZGRmN2I2ODA3NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e6e6ac3-196e-4a14-8fe1-c27166f5d111","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDdhN2Q1ZDM3NTVkYWZkMzU4NDVjOTVkODFlZWYyMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"580a34e6-9459-4f98-b0a0-bece2dc9b261","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:58:29.286Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:29.287Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:29.291Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:29.291Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:29.390Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-26T04:58:29.391Z||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-26T04:58:29.391Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:29.443Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:29.444Z||pool-51-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:30.299Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:30.299Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:30.303Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:30.305Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-26T04:58:30.411Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-26T04:58:30.412Z||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-26T04:58:30.412Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:30.454Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:30.456Z||pool-52-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:31.312Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:31.315Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:31.320Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:31.320Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-26T04:58:31.421Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:31.422Z||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-26T04:58:31.422Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:31.435Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:31.436Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:32.321Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:32.322Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:32.325Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:32.326Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:58:32.426Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:32.427Z||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-26T04:58:32.428Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:32.443Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:32.447Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:33.326Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:33.327Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:33.330Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:33.331Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:58:33.430Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T04:58:33.437Z||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-26T04:58:33.438Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:33.455Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:33.456Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:58:33.842Z||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-26T04:58:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:33.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:33.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030630615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:58:33.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:58:33.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:33.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:58:33.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:58:33.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030644427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:33.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:58:33.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:58:33.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030646899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:58:33.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:58:34.332Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:34.333Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:34.337Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:34.337Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:34.437Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:34.438Z||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-26T04:58:34.438Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:34.451Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:34.451Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:35.337Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:35.339Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:35.341Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:35.342Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-26T04:58:35.442Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:35.443Z||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-26T04:58:35.444Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:35.461Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:35.461Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:36.342Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:36.346Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:36.348Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:36.348Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:58:36.449Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:58:36.451Z||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-26T04:58:36.451Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:36.479Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:36.480Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:37.349Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:58:37.350Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:37.353Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:37.353Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:58:37.453Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:37.454Z||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-26T04:58:37.455Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:37.483Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:37.484Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:38.355Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fa240acd-5bc5-42c0-92fa-e8ade787617f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff5a6a3d-711a-4b33-9cae-613f1ad29364",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2bcd0e8c-bd82-47af-883a-894d906f83bc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "144d432a-17bf-43b6-878c-9d7aa55963a4",
      "resourceInvariantUUID": "0e1fb694-9100-4240-a460-19ca024f5a7c",
      "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": "a933f748-6f6a-43ae-abd7-1279e2dffa50",
          "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": "65426d5c-8cdc-4ffa-9da1-31d14c3e463d",
          "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": "ZTk0MDU1Y2QxMDVmNGNjZjFlYmI1OTM0MDk5NDYyZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c033b78e-52c8-4bad-bab4-2970b38b2592",
          "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": "4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c",
          "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": "931be380-5a3a-442d-9fd1-00e1127c665b",
            "generatedFromUUID": "4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c"
          },
          "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": "931be380-5a3a-442d-9fd1-00e1127c665b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDdhN2Q1ZDM3NTVkYWZkMzU4NDVjOTVkODFlZWYyMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "580a34e6-9459-4f98-b0a0-bece2dc9b261"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:58:38.355Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:58:38.355Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fa240acd-5bc5-42c0-92fa-e8ade787617f ASDC
2022-12-26T04:58:38.356Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5694c8ba-0972-4fc4-9b64-589f18c6fa17
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fa240acd-5bc5-42c0-92fa-e8ade787617f
ServiceInvariantUUID:ff5a6a3d-711a-4b33-9cae-613f1ad29364
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:580a34e6-9459-4f98-b0a0-bece2dc9b261
ArtifactChecksum:MDdhN2Q1ZDM3NTVkYWZkMzU4NDVjOTVkODFlZWYyMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2bcd0e8c-bd82-47af-883a-894d906f83bc
ResourceInvariantUUID:0e1fb694-9100-4240-a460-19ca024f5a7c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:144d432a-17bf-43b6-878c-9d7aa55963a4
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:a933f748-6f6a-43ae-abd7-1279e2dffa50
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:65426d5c-8cdc-4ffa-9da1-31d14c3e463d
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:c033b78e-52c8-4bad-bab4-2970b38b2592
ArtifactChecksum:ZTk0MDU1Y2QxMDVmNGNjZjFlYmI1OTM0MDk5NDYyZTA=
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:4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c
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:931be380-5a3a-442d-9fd1-00e1127c665b
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:931be380-5a3a-442d-9fd1-00e1127c665b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T04:58:38.356Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa240acd-5bc5-42c0-92fa-e8ade787617f 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-26T04:58:38.418Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:58:38.419Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:58:38.419Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:58:38.420Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 580a34e6-9459-4f98-b0a0-bece2dc9b261 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-26T04:58:38.420Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:38.420Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-26T04:58:38.572Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:38.578Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 580a34e6-9459-4f98-b0a0-bece2dc9b261 73684
2022-12-26T04:58:38.579Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:38.579Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:38.579Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:38.580Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:38.584Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:38.584Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030718579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:38.686Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T04:58:38.687Z||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-26T04:58:38.687Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:38.702Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:38.703Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:58:39.591Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:58:39.595Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:58:39.596Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 580a34e6-9459-4f98-b0a0-bece2dc9b261, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-26T04:58:39.596Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-26T04:58:39.597Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-26T04:58:39.598Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-26T04:58:39.750Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14224096436136190799/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-26T04:58:41.767Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:58:41.768Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:58:41.768Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-26T04:58:41.768Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:58:41.769Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.770Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.770Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:41.770Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:58:41.770Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:58:41.771Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.771Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.771Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:41.771Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:58:41.771Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:58:41.772Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.772Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.772Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.772Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-26T04:58:41.772Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-26T04:58:41.773Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-26T04:58:41.773Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:58:41.773Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.773Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:58:41.773Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.774Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:41.774Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:41.774Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.774Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:41.775Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:41.775Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.775Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:41.775Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:41.775Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.776Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-26T04:58:41.776Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-26T04:58:41.776Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8584d07b-10e1-48a6-ad6d-a6b2e638d94c
2022-12-26T04:58:41.776Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.776Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.777Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.777Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.777Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.777Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.777Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:41.778Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:41.778Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fa240acd-5bc5-42c0-92fa-e8ade787617f
Model Version:NULL
Model InvariantUuid:ff5a6a3d-711a-4b33-9cae-613f1ad29364
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6aa29d15-2091-4b80-bc88-9844d82a81f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e1fb694-9100-4240-a460-19ca024f5a7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2bcd0e8c-bd82-47af-883a-894d906f83bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88f75278-d595-417d-9d60-f988d82a835f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5a6b2283-99b7-4464-855b-590486b70e13
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8584d07b-10e1-48a6-ad6d-a6b2e638d94c
ModelInvariantUuid:abf0f1a8-6557-4cd0-b90e-d9300396055f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:200c2e75-0e0d-4802-b36e-3eb26f0f09b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:eb2bef16-78cc-4e05-8690-b82b2e3527c8
ModelInvariantUuid:614df201-d5b7-4f67-8e13-5f76b53db48e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:31933c67-4685-494a-bdcf-80de07d1274c
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-26T04:58:41.798Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 144d432a-17bf-43b6-878c-9d7aa55963a4
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-26T04:58:41.803Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-12-26T04:58:41.804Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 144d432a-17bf-43b6-878c-9d7aa55963a4
2022-12-26T04:58:41.804Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a933f748-6f6a-43ae-abd7-1279e2dffa50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-26T04:58:41.804Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:41.804Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.852Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:41.852Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a933f748-6f6a-43ae-abd7-1279e2dffa50 12
2022-12-26T04:58:41.853Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.853Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:41.853Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:41.854Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:41.857Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:41.857Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030721853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:41.958Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:58:41.960Z||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-26T04:58:41.960Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:41.979Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:41.980Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:42.858Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65426d5c-8cdc-4ffa-9da1-31d14c3e463d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-26T04:58:42.859Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:42.859Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:42.923Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:42.924Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 65426d5c-8cdc-4ffa-9da1-31d14c3e463d 2688
2022-12-26T04:58:42.924Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:42.924Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:42.924Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:42.924Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:42.947Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:42.948Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030722924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:43.027Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-12-26T04:58:43.029Z||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-26T04:58:43.029Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:43.054Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:43.055Z||pool-62-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:43.950Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c033b78e-52c8-4bad-bab4-2970b38b2592 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-26T04:58:43.950Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:43.951Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:44.015Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:44.016Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c033b78e-52c8-4bad-bab4-2970b38b2592 828
2022-12-26T04:58:44.017Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:44.017Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:44.017Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:44.017Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:44.020Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:44.020Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030724017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:44.123Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-26T04:58:44.125Z||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-26T04:58:44.125Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:44.156Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:44.156Z||pool-63-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:58:45.021Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "88f75278-d595-417d-9d60-f988d82a835f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a6b2283-99b7-4464-855b-590486b70e13",
    "vfModuleModelCustomizationUUID": "e3576eab-9a1b-4f43-930a-f1030ae0196a",
    "isBase": true,
    "artifacts": [
      "4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c",
      "65426d5c-8cdc-4ffa-9da1-31d14c3e463d",
      "931be380-5a3a-442d-9fd1-00e1127c665b"
    ],
    "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-26T04:58:45.026Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a6b2283-99b7-4464-855b-590486b70e13
VfModuleModelInvariantUUID:88f75278-d595-417d-9d60-f988d82a835f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c
,
65426d5c-8cdc-4ffa-9da1-31d14c3e463d
,
931be380-5a3a-442d-9fd1-00e1127c665b

}
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-26T04:58:45.030Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "88f75278-d595-417d-9d60-f988d82a835f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a6b2283-99b7-4464-855b-590486b70e13",
    "vfModuleModelCustomizationUUID": "e3576eab-9a1b-4f43-930a-f1030ae0196a",
    "isBase": true,
    "artifacts": [
      "4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c",
      "65426d5c-8cdc-4ffa-9da1-31d14c3e463d",
      "931be380-5a3a-442d-9fd1-00e1127c665b"
    ],
    "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-26T04:58:45.031Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a6b2283-99b7-4464-855b-590486b70e13
VfModuleModelInvariantUUID:88f75278-d595-417d-9d60-f988d82a835f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c
,
65426d5c-8cdc-4ffa-9da1-31d14c3e463d
,
931be380-5a3a-442d-9fd1-00e1127c665b

}
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-26T04:58:45.031Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-26T04:58:45.031Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:45.032Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:45.075Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:45.076Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4309ea5c-9bbd-4f8e-a83c-f1aa00f9e80c 1164
2022-12-26T04:58:45.076Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:45.076Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:45.076Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:45.077Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:45.079Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:45.080Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030725076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:45.180Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:58:45.181Z||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-26T04:58:45.181Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:45.193Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:45.193Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:46.081Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 931be380-5a3a-442d-9fd1-00e1127c665b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-26T04:58:46.082Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:58:46.082Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:46.164Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:58:46.165Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 931be380-5a3a-442d-9fd1-00e1127c665b 200
2022-12-26T04:58:46.165Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:46.165Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:46.166Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:58:46.166Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:46.168Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:46.168Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:58:46.269Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:46.270Z||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-26T04:58:46.270Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:46.282Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:46.283Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:47.169Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fa240acd-5bc5-42c0-92fa-e8ade787617f
2022-12-26T04:58:47.170Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 144d432a-17bf-43b6-878c-9d7aa55963a4 ASDC
2022-12-26T04:58:47.188Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-26T04:58:47.203Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c20ca16, org.onap.sdc.toscaparser.api.parameters.Input@11f95c62, org.onap.sdc.toscaparser.api.parameters.Input@501ff201, org.onap.sdc.toscaparser.api.parameters.Input@19a1359, org.onap.sdc.toscaparser.api.parameters.Input@3b500906]
2022-12-26T04:58:47.205Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.206Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.206Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T04:58:47.206Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2bcd0e8c-bd82-47af-883a-894d906f83bc
2022-12-26T04:58:47.206Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2bcd0e8c-bd82-47af-883a-894d906f83bc matches Tosca VF Customization UUID: 2bcd0e8c-bd82-47af-883a-894d906f83bc
2022-12-26T04:58:47.206Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2bcd0e8c-bd82-47af-883a-894d906f83bc  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-26T04:58:47.210Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.210Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.211Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2bcd0e8c-bd82-47af-883a-894d906f83bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:58:47.211Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ee0f3cf
2022-12-26T04:58:47.212Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.212Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:58:47.212Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3576eab-9a1b-4f43-930a-f1030ae0196a
2022-12-26T04:58:47.212Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3576eab-9a1b-4f43-930a-f1030ae0196a
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-26T04:58:47.216Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.216Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:47.216Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:47.217Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.217Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:47.217Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:47.217Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.218Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-26T04:58:47.218Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-26T04:58:47.218Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8584d07b-10e1-48a6-ad6d-a6b2e638d94c
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-26T04:58:47.221Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.222Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:47.222Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:58:47.222Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.222Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-26T04:58:47.223Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2bcd0e8c-bd82-47af-883a-894d906f83bc
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-26T04:58:47.225Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.225Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.226Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fa240acd-5bc5-42c0-92fa-e8ade787617f: basic_cnf
2022-12-26T04:58:47.226Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.226Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.226Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.227Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.227Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.227Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.227Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.228Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.228Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:58:47.228Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:58:47.228Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:47.354Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 144d432a-17bf-43b6-878c-9d7aa55963a4 1 ASDC deployResourceStructure
2022-12-26T04:58:47.355Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:47.355Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:47.355Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-26T04:58:47.355Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:47.357Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:47.357Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030727354,
  "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-26T04:58:47.458Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:47.459Z||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-26T04:58:47.459Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:47.472Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:47.473Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:48.358Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:48.359Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:48.359Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-26T04:58:48.359Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:48.362Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:48.362Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030728358,
  "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-26T04:58:48.463Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:58:48.465Z||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-26T04:58:48.465Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:48.479Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:48.480Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:58:49.364Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:49.364Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:49.364Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:58:49.365Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:49.367Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:49.368Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030729363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:58:49.468Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:58:49.469Z||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-26T04:58:49.469Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:49.485Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:49.485Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:50.369Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:50.369Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:50.370Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:58:50.370Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:50.372Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:50.372Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030730369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:58:50.472Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:50.473Z||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-26T04:58:50.474Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:50.495Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:50.496Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:51.373Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:51.374Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:51.374Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:58:51.374Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:51.377Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:51.377Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030731373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:58:51.477Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:58:51.478Z||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-26T04:58:51.479Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:51.518Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:51.519Z||pool-70-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:52.384Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:52.385Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||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-26T04:58:52.385Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:58:52.385Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:58:52.388Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:58:52.389Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030732383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:58:52.490Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:58:52.492Z||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-26T04:58:52.493Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:58:52.510Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:58:52.510Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:58:53.389Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5694c8ba-0972-4fc4-9b64-589f18c6fa17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:58:53.403Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5694c8ba-0972-4fc4-9b64-589f18c6fa17
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-26T04:58:53.406Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:58:53.406Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:58:53.406Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:58:53.406Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:58:53.407Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:58:53.407Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:58:53.407Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:58:53.407Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:58:53.408Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:58:53.408Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:58:53.415Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:59:23.416Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5694c8ba-0972-4fc4-9b64-589f18c6fa17 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-26T04:59:23.424Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5694c8ba-0972-4fc4-9b64-589f18c6fa17 and serviceModelVersionId: fa240acd-5bc5-42c0-92fa-e8ade787617f
2022-12-26T04:59:23.425Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff5a6a3d-711a-4b33-9cae-613f1ad29364
2022-12-26T04:59:23.428Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?depth=0
2022-12-26T04:59:23.438Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:59:23.510Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?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-26T04:59:23.512Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?depth=0|INFO|500||Invoke
2022-12-26T04:59:23.545Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T04:59:23.652Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?depth=0|INFO|500||InvokeReturn
2022-12-26T04:59:23.655Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff5a6a3d-711a-4b33-9cae-613f1ad29364/model-vers/model-ver/fa240acd-5bc5-42c0-92fa-e8ade787617f?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:59:22 GMT], content-length=[0], vertex-id=[217120], x-aai-txid=[2-aai-resources-221226-04:59:22:926-53999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:59:23.655Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:59:23.656Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:59:23.656Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:59:23.665Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:59:23.666Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5694c8ba-0972-4fc4-9b64-589f18c6fa17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:59:23.666Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:59:23.666Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:23.671Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:23.671Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030763666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:59:23.775Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-26T04:59:23.776Z||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-26T04:59:23.776Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:23.808Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:23.809Z||pool-72-thread-1|||||INFO|500||cambria reply ok (34 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-26T04:59:24.718Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:59:24.719Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6fecb562-a4a7-4bd7-846f-5ca657797820","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9eb9388e-e358-459c-a77b-0e0e138ba0e6","serviceDescription":"service","serviceInvariantUUID":"21c8ac9a-10bc-403c-9d83-acf08a61c3fa","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83","resourceInvariantUUID":"7935ce0e-bdd3-4eb3-84c6-ac71505f4209","resourceCustomizationUUID":"862fe53f-a57a-4476-9f97-624187c43ad6","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":"ZDExMjU1ZWE0NDdkNTBjOTVmMWJiODQ1ZWJmZDdlZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a063d48b-6ad6-469c-bcd5-7893b8e5a137","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":"YWQyY2M3MTU0ZGJjYmI2OTBiMjE0NzE0M2QzMTJiNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e35ad95f-b20a-4a71-af6a-28010732e24c","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":"f3dd603f-4d7a-4be0-b79b-63079be8ba73","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":"66395c44-bcd6-4963-be6c-61a1ce503885","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":"6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16","artifactVersion":"2","generatedFromUUID":"f3dd603f-4d7a-4be0-b79b-63079be8ba73"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjBmYTM0NzA1OGIwMTIzMTEyYzU0MDhkYWUzYzJhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c52d7a8-afe3-4317-963b-68201610d894","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmJmZGQyYmYzNzBkOTlmZGQ5MTY1MTIzNGU5Y2E2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a95001a6-2bea-4149-bbb3-2b8afb2a4592","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:59:24.720Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:24.720Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:24.724Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:24.725Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:59:24.825Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:24.826Z||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-26T04:59:24.826Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:24.839Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:24.840Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:25.726Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:25.727Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:25.730Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:25.730Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:59:25.831Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:25.832Z||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-26T04:59:25.832Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:25.844Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:25.846Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:59:26.731Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:26.732Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:26.734Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:26.734Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:59:26.834Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:59:26.836Z||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-26T04:59:26.836Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:26.848Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:26.849Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:27.735Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:27.736Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:27.739Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:27.739Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:59:27.839Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:27.841Z||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-26T04:59:27.841Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:27.853Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:27.853Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:28.740Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:28.741Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:28.744Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:28.744Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T04:59:28.851Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-26T04:59:28.855Z||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-26T04:59:28.856Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:28.871Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:28.872Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:29.747Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:29.748Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:29.751Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:29.752Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:59:29.851Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:59:29.852Z||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-26T04:59:29.852Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:29.890Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:29.891Z||pool-78-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:30.758Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:59:30.758Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:30.763Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:30.763Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T04:59:30.862Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T04:59:30.866Z||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-26T04:59:30.867Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:30.966Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:30.968Z||pool-79-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:31.765Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9eb9388e-e358-459c-a77b-0e0e138ba0e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "21c8ac9a-10bc-403c-9d83-acf08a61c3fa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "862fe53f-a57a-4476-9f97-624187c43ad6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83",
      "resourceInvariantUUID": "7935ce0e-bdd3-4eb3-84c6-ac71505f4209",
      "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": "YWQyY2M3MTU0ZGJjYmI2OTBiMjE0NzE0M2QzMTJiNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e35ad95f-b20a-4a71-af6a-28010732e24c",
          "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": "f3dd603f-4d7a-4be0-b79b-63079be8ba73",
          "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": "6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16",
            "generatedFromUUID": "f3dd603f-4d7a-4be0-b79b-63079be8ba73"
          },
          "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": "6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmJmZGQyYmYzNzBkOTlmZGQ5MTY1MTIzNGU5Y2E2NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a95001a6-2bea-4149-bbb3-2b8afb2a4592"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T04:59:31.766Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:59:31.766Z|5694c8ba-0972-4fc4-9b64-589f18c6fa17|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9eb9388e-e358-459c-a77b-0e0e138ba0e6 ASDC
2022-12-26T04:59:31.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6fecb562-a4a7-4bd7-846f-5ca657797820
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9eb9388e-e358-459c-a77b-0e0e138ba0e6
ServiceInvariantUUID:21c8ac9a-10bc-403c-9d83-acf08a61c3fa
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:a95001a6-2bea-4149-bbb3-2b8afb2a4592
ArtifactChecksum:MmJmZGQyYmYzNzBkOTlmZGQ5MTY1MTIzNGU5Y2E2NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:862fe53f-a57a-4476-9f97-624187c43ad6
ResourceInvariantUUID:7935ce0e-bdd3-4eb3-84c6-ac71505f4209
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83
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:e35ad95f-b20a-4a71-af6a-28010732e24c
ArtifactChecksum:YWQyY2M3MTU0ZGJjYmI2OTBiMjE0NzE0M2QzMTJiNDg=
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:f3dd603f-4d7a-4be0-b79b-63079be8ba73
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:6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16
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:6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T04:59:31.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9eb9388e-e358-459c-a77b-0e0e138ba0e6 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-26T04:59:31.809Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:59:31.810Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:59:31.810Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:59:31.810Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a95001a6-2bea-4149-bbb3-2b8afb2a4592 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-26T04:59:31.811Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:59:31.811Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-26T04:59:32.159Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:59:32.165Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a95001a6-2bea-4149-bbb3-2b8afb2a4592 74812
2022-12-26T04:59:32.165Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:32.166Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:32.166Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:59:32.167Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:32.169Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:32.183Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030772165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:59:32.270Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-26T04:59:32.271Z||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-26T04:59:32.272Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:32.288Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:32.289Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:33.184Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:59:33.185Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:59:33.185Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a95001a6-2bea-4149-bbb3-2b8afb2a4592, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:33.186Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-26T04:59:33.186Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:33.187Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:33.431Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1665145357540184356/Definitions/service-BasicVm-template.yml
2022-12-26T04:59:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:59:33.841Z||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-26T04:59:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:33.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:33.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030708249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:59:33.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:59:33.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T04:59:33.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:59:33.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-26T04:59:33.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:59:33.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-26T04:59:33.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:59:33.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T04:59:33.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-26T04:59:33.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:59:33.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-26T04:59:33.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
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-26T04:59:35.763Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:59:35.764Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:59:35.764Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.764Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T04:59:35.764Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.764Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.765Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:35.765Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.765Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.765Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.765Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-26T04:59:35.766Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:59:35.766Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.766Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:35.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:59:35.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:59:35.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.767Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.768Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:35.768Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:59:35.768Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:59:35.769Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.769Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.769Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.769Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-26T04:59:35.770Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-26T04:59:35.770Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-26T04:59:35.770Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-26T04:59:35.770Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T04:59:35.770Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:59:35.771Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.771Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:59:35.771Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.771Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:35.771Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:35.772Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.772Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:35.772Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:35.773Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.773Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:35.773Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:35.773Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.774Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-26T04:59:35.774Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-26T04:59:35.774Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T04:59:35.774Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e14d46e-cd81-432f-a210-7aac28c7b334
2022-12-26T04:59:35.775Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.775Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.775Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.775Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.775Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.776Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.776Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:35.776Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:35.776Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9eb9388e-e358-459c-a77b-0e0e138ba0e6
Model Version:NULL
Model InvariantUuid:21c8ac9a-10bc-403c-9d83-acf08a61c3fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:42b49679-0b30-4b9f-98b0-172c663c26aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7935ce0e-bdd3-4eb3-84c6-ac71505f4209
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:862fe53f-a57a-4476-9f97-624187c43ad6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b3991df-dd89-444a-a943-ddba5d612b01
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d32943c3-2805-4b57-8ea7-8b0583a2cefd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e14d46e-cd81-432f-a210-7aac28c7b334
ModelInvariantUuid:3df09c15-7c61-4114-9306-a4450ac3d8f9
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:43b20eee-1b46-41a1-ab84-380780b42d50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9c333f48-5ddb-4e88-9f4a-38c0251a98e8
ModelInvariantUuid:50b88ed9-4990-4597-bbe6-e44c637eee8b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3a1c9498-2b1f-440d-875a-761e01f23a5c
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-26T04:59:35.791Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83
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-26T04:59:35.798Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-12-26T04:59:35.799Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83
2022-12-26T04:59:35.799Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e35ad95f-b20a-4a71-af6a-28010732e24c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-26T04:59:35.800Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:59:35.800Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:35.865Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:59:35.867Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e35ad95f-b20a-4a71-af6a-28010732e24c 787
2022-12-26T04:59:35.868Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:35.868Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:35.868Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:59:35.868Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:35.871Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:35.871Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030775868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:59:35.972Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:35.974Z||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-26T04:59:35.974Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:35.998Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:35.999Z||pool-81-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:36.872Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b3991df-dd89-444a-a943-ddba5d612b01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d32943c3-2805-4b57-8ea7-8b0583a2cefd",
    "vfModuleModelCustomizationUUID": "c5c67bb8-2e80-476f-871a-6939b2961dd0",
    "isBase": true,
    "artifacts": [
      "f3dd603f-4d7a-4be0-b79b-63079be8ba73",
      "6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16"
    ],
    "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-26T04:59:36.879Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d32943c3-2805-4b57-8ea7-8b0583a2cefd
VfModuleModelInvariantUUID:8b3991df-dd89-444a-a943-ddba5d612b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3dd603f-4d7a-4be0-b79b-63079be8ba73
,
6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16

}
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-26T04:59:36.886Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b3991df-dd89-444a-a943-ddba5d612b01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d32943c3-2805-4b57-8ea7-8b0583a2cefd",
    "vfModuleModelCustomizationUUID": "c5c67bb8-2e80-476f-871a-6939b2961dd0",
    "isBase": true,
    "artifacts": [
      "f3dd603f-4d7a-4be0-b79b-63079be8ba73",
      "6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16"
    ],
    "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-26T04:59:36.887Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d32943c3-2805-4b57-8ea7-8b0583a2cefd
VfModuleModelInvariantUUID:8b3991df-dd89-444a-a943-ddba5d612b01
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3dd603f-4d7a-4be0-b79b-63079be8ba73
,
6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16

}
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-26T04:59:36.887Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3dd603f-4d7a-4be0-b79b-63079be8ba73 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-26T04:59:36.887Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:59:36.887Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:36.941Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:59:36.942Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f3dd603f-4d7a-4be0-b79b-63079be8ba73 5033
2022-12-26T04:59:36.942Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:36.943Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:36.943Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:59:36.943Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:36.947Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:36.947Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030776942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:59:37.047Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:37.049Z||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-26T04:59:37.049Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:37.061Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:37.062Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:37.948Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-26T04:59:37.949Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:59:37.950Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:38.054Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:59:38.054Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6fa6a3da-5dc6-4726-8c3d-26c8b0c8ee16 903
2022-12-26T04:59:38.055Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:38.055Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:38.056Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:59:38.056Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:38.060Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:38.060Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030778055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T04:59:38.159Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T04:59:38.161Z||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-26T04:59:38.161Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:38.194Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:38.195Z||pool-83-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:39.062Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9eb9388e-e358-459c-a77b-0e0e138ba0e6
2022-12-26T04:59:39.063Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83 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-26T04:59:39.080Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27627907, org.onap.sdc.toscaparser.api.parameters.Input@62e1f089, org.onap.sdc.toscaparser.api.parameters.Input@73580a34, org.onap.sdc.toscaparser.api.parameters.Input@3c52fed, org.onap.sdc.toscaparser.api.parameters.Input@37dbc4d3]
2022-12-26T04:59:39.082Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.082Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.082Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T04:59:39.082Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 862fe53f-a57a-4476-9f97-624187c43ad6
2022-12-26T04:59:39.083Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 862fe53f-a57a-4476-9f97-624187c43ad6 matches Tosca VF Customization UUID: 862fe53f-a57a-4476-9f97-624187c43ad6
2022-12-26T04:59:39.083Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 862fe53f-a57a-4476-9f97-624187c43ad6  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-26T04:59:39.087Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.087Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.088Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 862fe53f-a57a-4476-9f97-624187c43ad6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:59:39.088Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4379475a
2022-12-26T04:59:39.089Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.089Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:59:39.089Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5c67bb8-2e80-476f-871a-6939b2961dd0
2022-12-26T04:59:39.089Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5c67bb8-2e80-476f-871a-6939b2961dd0
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-26T04:59:39.093Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.094Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:39.094Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:39.095Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.095Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:39.095Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:39.095Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.096Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-26T04:59:39.096Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-26T04:59:39.096Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T04:59:39.096Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e14d46e-cd81-432f-a210-7aac28c7b334
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-26T04:59:39.100Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.101Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:39.101Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:59:39.101Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.102Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-26T04:59:39.102Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=862fe53f-a57a-4476-9f97-624187c43ad6
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-26T04:59:39.105Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.105Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.106Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9eb9388e-e358-459c-a77b-0e0e138ba0e6: basic_vm
2022-12-26T04:59:39.106Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.106Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.107Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.107Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.107Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.108Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.108Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.108Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.108Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T04:59:39.109Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:59:39.109Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:39.212Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cf1b46d8-3ab0-4dd6-9d35-23dca1e2ee83 1 ASDC deployResourceStructure
2022-12-26T04:59:39.212Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:39.212Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:39.213Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:59:39.213Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:39.216Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:39.216Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030779212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T04:59:39.316Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:39.317Z||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-26T04:59:39.318Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:39.330Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:39.331Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:40.217Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:40.218Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:40.218Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:59:40.218Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:40.221Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:40.221Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030780217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T04:59:40.322Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:59:40.323Z||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-26T04:59:40.323Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:40.339Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:40.339Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-12-26T04:59:41.222Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:41.222Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:41.223Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:59:41.223Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:41.262Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:41.262Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030781222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-26T04:59:41.325Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 63 ms
2022-12-26T04:59:41.327Z||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-26T04:59:41.327Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:41.341Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:41.341Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:59:42.263Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:42.264Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||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-26T04:59:42.264Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:59:42.264Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:59:42.267Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:59:42.267Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030782263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T04:59:42.368Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:59:42.370Z||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-26T04:59:42.370Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:59:42.391Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T04:59:42.395Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:59:43.268Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fecb562-a4a7-4bd7-846f-5ca657797820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:59:43.294Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fecb562-a4a7-4bd7-846f-5ca657797820
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-26T04:59:43.300Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:59:43.300Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:59:43.300Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T04:59:43.301Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:59:43.310Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T05:00:13.311Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6fecb562-a4a7-4bd7-846f-5ca657797820 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-26T05:00:13.318Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6fecb562-a4a7-4bd7-846f-5ca657797820 and serviceModelVersionId: 9eb9388e-e358-459c-a77b-0e0e138ba0e6
2022-12-26T05:00:13.318Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21c8ac9a-10bc-403c-9d83-acf08a61c3fa
2022-12-26T05:00:13.320Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0
2022-12-26T05:00:13.327Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T05:00:13.400Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0|INFO|500||Invoke
2022-12-26T05:00:13.401Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6fecb562-a4a7-4bd7-846f-5ca657797820], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[147f6e2f-15aa-4a2d-bf03-36b61bc60269], X-ECOMP-RequestID=[6fecb562-a4a7-4bd7-846f-5ca657797820], X-TransactionId=[], X-ONAP-RequestID=[6fecb562-a4a7-4bd7-846f-5ca657797820], Content-Type=[application/merge-patch+json]}
2022-12-26T05:00:13.466Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T05:00:13.590Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?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/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 05:00:12 GMT], content-length=[0], vertex-id=[360560], x-aai-txid=[1-aai-resources-221226-05:00:12:846-52712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T05:00:13.591Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T05:00:13.591Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21c8ac9a-10bc-403c-9d83-acf08a61c3fa/model-vers/model-ver/9eb9388e-e358-459c-a77b-0e0e138ba0e6?depth=0|INFO|500||InvokeReturn
2022-12-26T05:00:13.592Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T05:00:13.592Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T05:00:13.602Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T05:00:13.602Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6fecb562-a4a7-4bd7-846f-5ca657797820 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T05:00:13.603Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T05:00:13.603Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:00:13.613Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:00:13.613Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030813603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:00:13.713Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:00:13.714Z||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-26T05:00:13.715Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:13.741Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:13.742Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 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-26T05:00:14.633Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:14.634Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:00:14.635Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:25.382Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:25.383Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:25.383Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:00:25.384Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:33.841Z||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-26T05:00:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:33.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:33.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:00:33.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030718579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030721853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030722924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030724017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030725076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030726165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030727354,
  "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-26T05:00:33.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030728358,
  "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-26T05:00:33.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030729363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030730369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030731373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030732383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5694c8ba-0972-4fc4-9b64-589f18c6fa17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030763666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:00:33.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:00:33.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030631632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:00:33.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:00:33.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-26T05:00:33.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030772165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:00:33.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:00:34.966Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:34.967Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:34.968Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:00:34.968Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:44.569Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:44.570Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:44.571Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:00:44.571Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:00:54.154Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:00:54.155Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:00:54.155Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:00:54.156Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:01:03.738Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:01:03.739Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:01:03.740Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:01:03.741Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:01:13.321Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:01:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:01:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:01:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:01:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:01:33.842Z||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-26T05:01:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:01:34.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:01:34.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030775868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:01:34.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030776942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:01:34.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030778055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:01:34.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030779212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:01:34.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030780217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:01:34.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030781222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030782263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-26T05:01:34.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fecb562-a4a7-4bd7-846f-5ca657797820",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672030813603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:01:34.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:01:43.451Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:02:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:02:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:02:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:02:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:02:33.842Z||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-26T05:02:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:02:43.431Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:02:43.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:03:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:03:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:03:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:03:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:03:33.842Z||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-26T05:03:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:03:43.399Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:03:43.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:04:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:04:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:04:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:04:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:04:33.841Z||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-26T05:04:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:04:43.386Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:04:43.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:05:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:05:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:05:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:05:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:05:33.842Z||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-26T05:05:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:05:43.408Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:05:43.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:06:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:06:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:06:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:06:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:06:33.842Z||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-26T05:06:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:06:43.410Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:06:43.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:07:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:07:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:07:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:07:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:07:33.842Z||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-26T05:07:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:07:43.426Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:07:43.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:08:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:08:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:08:33.820Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:08:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:08:33.842Z||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-26T05:08:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:08:43.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:08:43.417Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:09:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:09:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:09:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:09:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:09:33.842Z||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-26T05:09:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:09:43.395Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:09:43.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:10:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:10:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:10:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:10:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:10:33.842Z||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-26T05:10:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:10:43.404Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:10:43.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:11:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:11:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:11:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:11:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:11:33.841Z||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-26T05:11:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:11:43.385Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:11:43.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:12:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:12:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:12:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:12:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:12:33.842Z||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-26T05:12:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:12:43.416Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:12:43.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:13:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:13:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:13:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:13:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:13:33.841Z||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-26T05:13:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:13:43.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:13:43.500Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:14:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:14:33.820Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:14:33.820Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:14:33.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:14:33.847Z||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-26T05:14:33.848Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:14:43.463Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:14:43.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:15:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:15:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:15:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:15:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:15:33.842Z||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-26T05:15:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:15:43.384Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:15:43.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:16:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:16:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:16:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:16:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:16:33.842Z||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-26T05:16:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:16:43.428Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:16:43.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:17:33.820Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:17:33.821Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:17:33.821Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:17:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:17:33.842Z||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-26T05:17:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:17:43.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:17:43.477Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:18:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:18:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:18:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:18:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:18:33.841Z||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-26T05:18:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:18:43.464Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:18:43.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:19:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:19:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:19:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:19:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:19:33.841Z||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-26T05:19:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:19:43.382Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:19:43.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:20:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:20:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:20:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:20:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:20:33.842Z||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-26T05:20:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:20:43.392Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:20:43.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:21:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:21:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:21:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:21:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:21:33.841Z||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-26T05:21:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:21:43.407Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:21:43.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:22:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:22:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:22:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:22:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:22:33.841Z||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-26T05:22:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:22:43.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:22:43.441Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:23:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:23:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:23:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:23:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:23:33.841Z||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-26T05:23:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:23:43.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:23:43.396Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:24:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:24:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:24:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:24:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:24:33.841Z||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-26T05:24:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:24:43.397Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:24:43.488Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:25:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:25:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:25:33.819Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:25:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:25:33.842Z||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-26T05:25:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:25:43.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:25:43.416Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:26:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:26:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:26:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:26:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:26:33.842Z||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-26T05:26:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:26:43.401Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:26:43.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:27:33.816Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:27:33.817Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:27:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:27:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:27:33.843Z||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-26T05:27:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:27:43.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:27:43.464Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:33.818Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:28:33.820Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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-26T05:28:33.821Z|6fecb562-a4a7-4bd7-846f-5ca657797820|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:28:33.841Z||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-26T05:28:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:34.461Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:34.462Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.462Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"712347df-e230-46a3-86dc-ce233ed177d1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b","serviceDescription":"service","serviceInvariantUUID":"722374f5-1507-4fba-be1c-00d18bbd23e7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45cce430-ba1a-4464-ade7-e9cac95c8878","resourceInvariantUUID":"dc7c6ae7-80a4-4793-adf5-6d04fb6a0ba4","resourceCustomizationUUID":"b7009ccf-93e8-4102-a667-62436efb6232","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":"YTM4MzdmMzMwNGY4NWQ3ZDRlYzc2OTE2YWFmNzQ2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88a8052b-9489-477a-9e9b-f0c8cb956c0b","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":"NmQ3YWJlNDEyYmQ1MDE4YWEyNzgzNTBkM2E5ODI1ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48bacd3b-2816-4aff-bc2a-4e47572cea4f","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":"a7c03003-2b83-4afa-9b21-e69cac78b9f1","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":"477875a2-aa0b-4c26-ae80-f97c9f757b5e","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":"b311f4f0-2942-4afd-8789-ef4697baecc8","artifactVersion":"2","generatedFromUUID":"bc380923-2a0d-4388-bc9d-0c4b170f6658"},{"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":"d89237f2-98a4-410f-aeff-29017f5053a3","artifactVersion":"2","generatedFromUUID":"a7c03003-2b83-4afa-9b21-e69cac78b9f1"},{"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":"bc380923-2a0d-4388-bc9d-0c4b170f6658","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":"d98b2734-eee6-45f4-8a6f-d7e4789eac7f","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":"NDgyNjJmOTFiMDU1MDBmZDBhNGY4ZTNlNjhiZmFlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aaed62cc-ef90-4741-86dc-5ace76b7a17b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODJkN2ViNGYzZmM3YmQyOWVjZmU1NzdjN2ZmZjU4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"439198b0-c4b7-41a1-929d-e8d36ec684e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T05:28:34.468Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:34.469Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:34.474Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:34.476Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:34.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032483246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032481324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032482686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032486626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:34.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032491716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032500834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032501614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032501411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032501958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032502648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032503051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032503835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:34.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032504165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:34.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032504838,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:28:34.576Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T05:28:34.577Z||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-26T05:28:34.578Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:34.590Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 712347df-e230-46a3-86dc-ce233ed177d1
2022-12-26T05:28:34.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 712347df-e230-46a3-86dc-ce233ed177d1 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-26T05:28:34.601Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:34.602Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:34.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "cds",
  "timestamp": 1672032505706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:28:34.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 712347df-e230-46a3-86dc-ce233ed177d1
2022-12-26T05:28:34.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 712347df-e230-46a3-86dc-ce233ed177d1 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-26T05:28:34.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032505274,
  "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-26T05:28:34.647Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 712347df-e230-46a3-86dc-ce233ed177d1
2022-12-26T05:28:34.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 712347df-e230-46a3-86dc-ce233ed177d1 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-26T05:28:34.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032506278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:34.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032509295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:34.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:28:34.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:28:34.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "aai-ml",
  "timestamp": 1672032510299,
  "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-26T05:28:34.689Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 712347df-e230-46a3-86dc-ce233ed177d1
2022-12-26T05:28:34.690Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 712347df-e230-46a3-86dc-ce233ed177d1 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-26T05:28:35.477Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:35.477Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:35.481Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:35.481Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:28:35.581Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:35.582Z||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-26T05:28:35.582Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:35.595Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:35.596Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:36.481Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:36.488Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:36.492Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:36.492Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:28:36.592Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:36.593Z||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-26T05:28:36.593Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:36.608Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:36.609Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:37.493Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:37.494Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:37.497Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:37.497Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:37.597Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:37.598Z||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-26T05:28:37.598Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:37.613Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:37.615Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:38.497Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:38.498Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:38.500Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:38.501Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-26T05:28:38.605Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-26T05:28:38.606Z||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-26T05:28:38.606Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:38.625Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:38.626Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:39.501Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:39.502Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:39.506Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:39.506Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-26T05:28:39.607Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:39.608Z||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-26T05:28:39.608Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:39.624Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:39.625Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:40.507Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:40.513Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:40.517Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:40.517Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-26T05:28:40.615Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T05:28:40.616Z||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-26T05:28:40.616Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:40.628Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:40.629Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:41.518Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:41.519Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:41.523Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:41.523Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:41.623Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:28:41.624Z||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-26T05:28:41.624Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:41.636Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:41.637Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:42.524Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:42.525Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:42.528Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:42.529Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:28:42.629Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:42.631Z||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-26T05:28:42.631Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:42.646Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:42.647Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:43.529Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:28:43.530Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:43.533Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:43.533Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:28:43.633Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:43.636Z||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-26T05:28:43.636Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:43.654Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:43.655Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:44.534Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "722374f5-1507-4fba-be1c-00d18bbd23e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b7009ccf-93e8-4102-a667-62436efb6232",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45cce430-ba1a-4464-ade7-e9cac95c8878",
      "resourceInvariantUUID": "dc7c6ae7-80a4-4793-adf5-6d04fb6a0ba4",
      "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": "NmQ3YWJlNDEyYmQ1MDE4YWEyNzgzNTBkM2E5ODI1ODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "48bacd3b-2816-4aff-bc2a-4e47572cea4f",
          "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": "a7c03003-2b83-4afa-9b21-e69cac78b9f1",
          "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": "d89237f2-98a4-410f-aeff-29017f5053a3",
            "generatedFromUUID": "a7c03003-2b83-4afa-9b21-e69cac78b9f1"
          },
          "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": "b311f4f0-2942-4afd-8789-ef4697baecc8",
          "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": "d89237f2-98a4-410f-aeff-29017f5053a3",
          "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": "bc380923-2a0d-4388-bc9d-0c4b170f6658",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODJkN2ViNGYzZmM3YmQyOWVjZmU1NzdjN2ZmZjU4MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "439198b0-c4b7-41a1-929d-e8d36ec684e7"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T05:28:44.535Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T05:28:44.535Z|6fecb562-a4a7-4bd7-846f-5ca657797820|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b ASDC
2022-12-26T05:28:44.537Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:712347df-e230-46a3-86dc-ce233ed177d1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b
ServiceInvariantUUID:722374f5-1507-4fba-be1c-00d18bbd23e7
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:439198b0-c4b7-41a1-929d-e8d36ec684e7
ArtifactChecksum:ODJkN2ViNGYzZmM3YmQyOWVjZmU1NzdjN2ZmZjU4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b7009ccf-93e8-4102-a667-62436efb6232
ResourceInvariantUUID:dc7c6ae7-80a4-4793-adf5-6d04fb6a0ba4
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:45cce430-ba1a-4464-ade7-e9cac95c8878
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:48bacd3b-2816-4aff-bc2a-4e47572cea4f
ArtifactChecksum:NmQ3YWJlNDEyYmQ1MDE4YWEyNzgzNTBkM2E5ODI1ODI=
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:a7c03003-2b83-4afa-9b21-e69cac78b9f1
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:d89237f2-98a4-410f-aeff-29017f5053a3
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:b311f4f0-2942-4afd-8789-ef4697baecc8
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:d89237f2-98a4-410f-aeff-29017f5053a3
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:bc380923-2a0d-4388-bc9d-0c4b170f6658
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T05:28:44.537Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b 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-26T05:28:44.600Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:28:44.602Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:28:44.602Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:28:44.602Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 439198b0-c4b7-41a1-929d-e8d36ec684e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:44.602Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:44.603Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:44.701Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:44.716Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 439198b0-c4b7-41a1-929d-e8d36ec684e7 162971
2022-12-26T05:28:44.716Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:28:44.716Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:44.717Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:44.717Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:44.719Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:44.720Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032524716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:44.819Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:28:44.820Z||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-26T05:28:44.820Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:44.832Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:44.832Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:45.720Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:28:45.721Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:28:45.722Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 439198b0-c4b7-41a1-929d-e8d36ec684e7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:45.722Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-26T05:28:45.724Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:45.724Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:46.017Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13801633636863914198/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-26T05:28:47.781Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T05:28:47.782Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:28:47.782Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:47.782Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-26T05:28:47.782Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:47.782Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:47.783Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:47.783Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:47.783Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:28:47.784Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.784Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.785Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.785Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:28:47.785Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:28:47.786Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.786Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.786Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.786Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:28:47.787Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:28:47.787Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.787Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.788Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.788Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-26T05:28:47.788Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-26T05:28:47.789Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-26T05:28:47.789Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T05:28:47.789Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.789Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T05:28:47.790Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.790Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.790Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:47.791Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.791Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.792Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:47.793Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.793Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.793Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:47.794Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.794Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:47.794Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:47.795Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.795Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-26T05:28:47.795Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-26T05:28:47.796Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8dbddeb0-4479-48fc-b5de-f88898818f02
2022-12-26T05:28:47.796Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.796Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.797Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.797Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.797Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.798Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.798Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:47.798Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:47.799Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b
Model Version:NULL
Model InvariantUuid:722374f5-1507-4fba-be1c-00d18bbd23e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:14227ad1-6cfd-407f-8909-e4c1ee897c11
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc7c6ae7-80a4-4793-adf5-6d04fb6a0ba4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7009ccf-93e8-4102-a667-62436efb6232
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:962e9fa8-e1b2-458b-bd3d-72f1c02c532b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7868c9bb-375e-4e72-801f-bdf395d8f048
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a6dc562d-9bd0-4340-b39d-6aab6d9a4ef6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:121eee0c-bb8a-48e5-9188-0c62a3448194
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8dbddeb0-4479-48fc-b5de-f88898818f02
ModelInvariantUuid:729f1167-3aae-4ada-9364-77ad39c350b3
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:befd09e1-2152-445a-9739-f6efe5411cbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1b231689-d210-43a4-9bad-f2b645d7a84c
ModelInvariantUuid:fa790371-bb15-4bad-95df-a3b8f0c5e0f3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e8ae6697-22ad-41fe-bbdb-38068b29b0af
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-26T05:28:47.808Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 45cce430-ba1a-4464-ade7-e9cac95c8878
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-26T05:28:47.813Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-12-26T05:28:47.814Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45cce430-ba1a-4464-ade7-e9cac95c8878
2022-12-26T05:28:47.814Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 48bacd3b-2816-4aff-bc2a-4e47572cea4f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-26T05:28:47.814Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:47.816Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-26T05:28:47.865Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:47.866Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 48bacd3b-2816-4aff-bc2a-4e47572cea4f 1565
2022-12-26T05:28:47.867Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-26T05:28:47.868Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-26T05:28:47.868Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:47.869Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:47.872Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:47.872Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032527867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:47.972Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:47.973Z||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-26T05:28:47.974Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:47.987Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:47.989Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:48.873Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a6dc562d-9bd0-4340-b39d-6aab6d9a4ef6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "121eee0c-bb8a-48e5-9188-0c62a3448194",
    "vfModuleModelCustomizationUUID": "b3a64274-dc80-4e1f-b5ca-66ee90e9a0c0",
    "isBase": true,
    "artifacts": [
      "a7c03003-2b83-4afa-9b21-e69cac78b9f1",
      "d89237f2-98a4-410f-aeff-29017f5053a3"
    ],
    "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": "962e9fa8-e1b2-458b-bd3d-72f1c02c532b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7868c9bb-375e-4e72-801f-bdf395d8f048",
    "vfModuleModelCustomizationUUID": "eda375ff-ef1a-4c4d-902e-f6dbd05f48c8",
    "isBase": false,
    "artifacts": [
      "bc380923-2a0d-4388-bc9d-0c4b170f6658"
    ],
    "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-26T05:28:48.878Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:121eee0c-bb8a-48e5-9188-0c62a3448194
VfModuleModelInvariantUUID:a6dc562d-9bd0-4340-b39d-6aab6d9a4ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c03003-2b83-4afa-9b21-e69cac78b9f1
,
d89237f2-98a4-410f-aeff-29017f5053a3

}
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:7868c9bb-375e-4e72-801f-bdf395d8f048
VfModuleModelInvariantUUID:962e9fa8-e1b2-458b-bd3d-72f1c02c532b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc380923-2a0d-4388-bc9d-0c4b170f6658

}
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-26T05:28:48.881Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a6dc562d-9bd0-4340-b39d-6aab6d9a4ef6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "121eee0c-bb8a-48e5-9188-0c62a3448194",
    "vfModuleModelCustomizationUUID": "b3a64274-dc80-4e1f-b5ca-66ee90e9a0c0",
    "isBase": true,
    "artifacts": [
      "a7c03003-2b83-4afa-9b21-e69cac78b9f1",
      "d89237f2-98a4-410f-aeff-29017f5053a3"
    ],
    "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": "962e9fa8-e1b2-458b-bd3d-72f1c02c532b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7868c9bb-375e-4e72-801f-bdf395d8f048",
    "vfModuleModelCustomizationUUID": "eda375ff-ef1a-4c4d-902e-f6dbd05f48c8",
    "isBase": false,
    "artifacts": [
      "bc380923-2a0d-4388-bc9d-0c4b170f6658"
    ],
    "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-26T05:28:48.881Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:121eee0c-bb8a-48e5-9188-0c62a3448194
VfModuleModelInvariantUUID:a6dc562d-9bd0-4340-b39d-6aab6d9a4ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c03003-2b83-4afa-9b21-e69cac78b9f1
,
d89237f2-98a4-410f-aeff-29017f5053a3

}
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:7868c9bb-375e-4e72-801f-bdf395d8f048
VfModuleModelInvariantUUID:962e9fa8-e1b2-458b-bd3d-72f1c02c532b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc380923-2a0d-4388-bc9d-0c4b170f6658

}
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-26T05:28:48.881Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7c03003-2b83-4afa-9b21-e69cac78b9f1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-26T05:28:48.882Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:48.882Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-26T05:28:48.925Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:48.926Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a7c03003-2b83-4afa-9b21-e69cac78b9f1 914
2022-12-26T05:28:48.927Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-26T05:28:48.927Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-26T05:28:48.927Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:48.928Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:48.931Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:48.931Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032528927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:49.031Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:49.031Z||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-26T05:28:49.032Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:49.041Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:49.042Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:49.932Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b311f4f0-2942-4afd-8789-ef4697baecc8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-26T05:28:49.932Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:49.933Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-26T05:28:50.041Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:50.042Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b311f4f0-2942-4afd-8789-ef4697baecc8 12
2022-12-26T05:28:50.043Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-26T05:28:50.043Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-26T05:28:50.043Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:50.044Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:50.046Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:50.047Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032530043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:50.147Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:28:50.147Z||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-26T05:28:50.148Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:50.158Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:50.159Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:51.048Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d89237f2-98a4-410f-aeff-29017f5053a3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-26T05:28:51.049Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:51.050Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-26T05:28:51.120Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:51.121Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d89237f2-98a4-410f-aeff-29017f5053a3 96
2022-12-26T05:28:51.121Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-26T05:28:51.121Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-26T05:28:51.121Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:51.122Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:51.124Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:51.124Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032531121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:51.225Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T05:28:51.226Z||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-26T05:28:51.226Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:51.239Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:51.239Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:52.125Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc380923-2a0d-4388-bc9d-0c4b170f6658 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-26T05:28:52.125Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:28:52.126Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-26T05:28:52.176Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:28:52.177Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bc380923-2a0d-4388-bc9d-0c4b170f6658 20206
2022-12-26T05:28:52.177Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-26T05:28:52.178Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-26T05:28:52.178Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:28:52.178Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:52.183Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:52.183Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032532177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:28:52.285Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T05:28:52.286Z||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-26T05:28:52.292Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:52.309Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:52.309Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:53.191Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b
2022-12-26T05:28:53.192Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 45cce430-ba1a-4464-ade7-e9cac95c8878 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-26T05:28:53.213Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a6d5190, org.onap.sdc.toscaparser.api.parameters.Input@5008609b, org.onap.sdc.toscaparser.api.parameters.Input@19fea24c, org.onap.sdc.toscaparser.api.parameters.Input@4753ae44, org.onap.sdc.toscaparser.api.parameters.Input@176286ef]
2022-12-26T05:28:53.217Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.217Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.217Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T05:28:53.218Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b7009ccf-93e8-4102-a667-62436efb6232
2022-12-26T05:28:53.218Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7009ccf-93e8-4102-a667-62436efb6232 matches Tosca VF Customization UUID: b7009ccf-93e8-4102-a667-62436efb6232
2022-12-26T05:28:53.218Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b7009ccf-93e8-4102-a667-62436efb6232  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-26T05:28:53.221Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.223Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.224Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b7009ccf-93e8-4102-a667-62436efb6232: {\"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-26T05:28:53.224Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3286ace4
2022-12-26T05:28:53.225Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.225Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T05:28:53.227Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eda375ff-ef1a-4c4d-902e-f6dbd05f48c8
2022-12-26T05:28:53.227Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eda375ff-ef1a-4c4d-902e-f6dbd05f48c8
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-26T05:28:53.231Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.231Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:53.231Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:53.231Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.232Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:53.232Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:28:53.232Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.232Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-26T05:28:53.232Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b7009ccf-93e8-4102-a667-62436efb6232
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-26T05:28:53.234Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.235Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.235Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b: basic_cnf_macro
2022-12-26T05:28:53.235Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.235Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.236Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.237Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:28:53.237Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:28:53.237Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T05:28:53.309Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 45cce430-ba1a-4464-ade7-e9cac95c8878 2 ASDC deployResourceStructure
2022-12-26T05:28:53.309Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-26T05:28:53.309Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-26T05:28:53.309Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:28:53.310Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:53.312Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:53.312Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032533309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:53.412Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:28:53.413Z||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-26T05:28:53.414Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:53.430Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:53.431Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:54.314Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-26T05:28:54.314Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-26T05:28:54.314Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:28:54.314Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:54.317Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:54.317Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032534314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:54.417Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:54.418Z||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-26T05:28:54.418Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:54.429Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:54.429Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:55.319Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-26T05:28:55.320Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-26T05:28:55.320Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-26T05:28:55.320Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:55.328Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:55.329Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032535319,
  "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-26T05:28:55.428Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T05:28:55.429Z||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-26T05:28:55.429Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:55.443Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:55.443Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:56.331Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-26T05:28:56.331Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-26T05:28:56.332Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:28:56.332Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:56.336Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:56.336Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032536331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:56.437Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:56.438Z||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-26T05:28:56.438Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:56.453Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:56.453Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:57.338Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-26T05:28:57.338Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-26T05:28:57.339Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-26T05:28:57.339Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:57.342Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:57.342Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032537338,
  "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-26T05:28:57.442Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:28:57.444Z||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-26T05:28:57.445Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:57.462Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:57.463Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:28:58.343Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:28:58.343Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-26T05:28:58.343Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:28:58.344Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:28:58.346Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:28:58.346Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032538343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:28:58.448Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T05:28:58.449Z||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-26T05:28:58.449Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:28:58.461Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:28:58.461Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:28:59.347Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 712347df-e230-46a3-86dc-ce233ed177d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:28:59.373Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 712347df-e230-46a3-86dc-ce233ed177d1
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-26T05:28:59.378Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T05:28:59.379Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T05:28:59.379Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T05:28:59.379Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T05:28:59.379Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:28:59.379Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:28:59.380Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:28:59.380Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:28:59.380Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:28:59.381Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:28:59.389Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T05:29:29.390Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 712347df-e230-46a3-86dc-ce233ed177d1 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-26T05:29:29.418Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 712347df-e230-46a3-86dc-ce233ed177d1 and serviceModelVersionId: fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b
2022-12-26T05:29:29.418Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 722374f5-1507-4fba-be1c-00d18bbd23e7
2022-12-26T05:29:29.432Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0
2022-12-26T05:29:29.446Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T05:29:29.556Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0|INFO|500||Invoke
2022-12-26T05:29:29.557Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[712347df-e230-46a3-86dc-ce233ed177d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c33e184-ffb9-4f73-b232-72e113a1ba9e], X-ECOMP-RequestID=[712347df-e230-46a3-86dc-ce233ed177d1], X-TransactionId=[], X-ONAP-RequestID=[712347df-e230-46a3-86dc-ce233ed177d1], Content-Type=[application/merge-patch+json]}
2022-12-26T05:29:29.596Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T05:29:29.719Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?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/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 05:29:28 GMT], content-length=[0], vertex-id=[409712], x-aai-txid=[0-aai-resources-221226-05:29:28:975-84072], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T05:29:29.721Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T05:29:29.722Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722374f5-1507-4fba-be1c-00d18bbd23e7/model-vers/model-ver/fb7dd4ae-4704-4efb-99d2-a2ae58e1b26b?depth=0|INFO|500||InvokeReturn
2022-12-26T05:29:29.722Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T05:29:29.724Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T05:29:29.732Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T05:29:29.733Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 712347df-e230-46a3-86dc-ce233ed177d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T05:29:29.734Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T05:29:29.734Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:29.738Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:29.738Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032569733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:29:29.839Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T05:29:29.840Z||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-26T05:29:29.841Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:29.865Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:29.866Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 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-26T05:29:33.816Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:29:33.817Z|712347df-e230-46a3-86dc-ce233ed177d1|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-26T05:29:33.817Z|712347df-e230-46a3-86dc-ce233ed177d1|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:29:33.841Z||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-26T05:29:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:33.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:33.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:29:33.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:29:33.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:29:34.462Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:34.463Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T05:29:34.463Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"23df53f3-4ea8-4f11-9971-b669be6aa2e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7e90f7cf-d673-469a-8d34-2344b79e6e42","serviceDescription":"service","serviceInvariantUUID":"d438538e-48e4-4a38-a532-c68567362c4d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8dfb1570-c432-4539-b74f-6123ae03e11c","resourceInvariantUUID":"30b2775a-f454-4120-8e03-9f92a13d60ca","resourceCustomizationUUID":"2d8fd37f-8c8d-4a68-b836-c187d0404e63","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":"NjQyMDM1NWYyZGJkYTgzNDc1NzUxZWE2OWMyMjFjZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a814e9a-5af6-48b4-8977-0868e3fb1ea7","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":"M2JhZTJmYzIyMTBiM2QzNTNiNzkyMDY1YzVmODNkZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb419289-c903-4927-a9cf-8329c99e6ff7","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":"fb7d781b-e059-4c39-90b7-d906adb6d9c2","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":"40435d8b-f254-4fd9-b6e4-138797c5aade","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":"d0043f1f-b5d8-4942-a8f2-ff4631b0abdd","artifactVersion":"2","generatedFromUUID":"fb7d781b-e059-4c39-90b7-d906adb6d9c2"},{"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":"NWRjZjY2OTU1ZDg4MjJhZDVkOTMxYjdiNTRiYTAxYmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"875b3138-4a24-4fa8-840a-713e80765576","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":"MjFiMjEyMWZmMzM0MTUyNzdlODc2NTFjMThjMzg3Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40a6620b-76e5-412b-9a66-0f101304b947","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjI1YzMyODE1Njk3NzIwMTk3YTRkNTJmYmZiM2Y2OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76b8385f-b95d-4cd9-9c20-fd39382ad1b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T05:29:34.467Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:34.468Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:34.471Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:34.472Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:29:34.571Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:34.580Z||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-26T05:29:34.581Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:34.611Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:34.612Z||pool-112-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:35.472Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:35.473Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:35.476Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:35.476Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:29:35.577Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T05:29:35.578Z||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-26T05:29:35.578Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:35.591Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:35.591Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:36.476Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:36.478Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:36.482Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:36.482Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:29:36.580Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-26T05:29:36.581Z||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-26T05:29:36.581Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:36.601Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:36.602Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:37.484Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:37.485Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:37.489Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:37.490Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:29:37.589Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:37.591Z||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-26T05:29:37.591Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:37.603Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:37.604Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:38.491Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:38.491Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:38.493Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:38.494Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T05:29:38.593Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:38.596Z||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-26T05:29:38.596Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:38.610Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:38.614Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:39.494Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:39.495Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:39.498Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:39.498Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:29:39.598Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:39.599Z||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-26T05:29:39.599Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:39.632Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:39.632Z||pool-117-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:40.499Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:40.499Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:40.539Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:40.540Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:29:40.601Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2022-12-26T05:29:40.602Z||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-26T05:29:40.602Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:40.621Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:40.622Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:41.540Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:29:41.541Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:41.544Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:41.544Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:29:41.644Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:29:41.646Z||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-26T05:29:41.647Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:41.663Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:41.664Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:29:42.545Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7e90f7cf-d673-469a-8d34-2344b79e6e42",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d438538e-48e4-4a38-a532-c68567362c4d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2d8fd37f-8c8d-4a68-b836-c187d0404e63",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8dfb1570-c432-4539-b74f-6123ae03e11c",
      "resourceInvariantUUID": "30b2775a-f454-4120-8e03-9f92a13d60ca",
      "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": "M2JhZTJmYzIyMTBiM2QzNTNiNzkyMDY1YzVmODNkZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb419289-c903-4927-a9cf-8329c99e6ff7",
          "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": "fb7d781b-e059-4c39-90b7-d906adb6d9c2",
          "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": "d0043f1f-b5d8-4942-a8f2-ff4631b0abdd",
            "generatedFromUUID": "fb7d781b-e059-4c39-90b7-d906adb6d9c2"
          },
          "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": "d0043f1f-b5d8-4942-a8f2-ff4631b0abdd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjI1YzMyODE1Njk3NzIwMTk3YTRkNTJmYmZiM2Y2OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76b8385f-b95d-4cd9-9c20-fd39382ad1b6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T05:29:42.545Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T05:29:42.546Z|712347df-e230-46a3-86dc-ce233ed177d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e90f7cf-d673-469a-8d34-2344b79e6e42 ASDC
2022-12-26T05:29:42.546Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23df53f3-4ea8-4f11-9971-b669be6aa2e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7e90f7cf-d673-469a-8d34-2344b79e6e42
ServiceInvariantUUID:d438538e-48e4-4a38-a532-c68567362c4d
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:76b8385f-b95d-4cd9-9c20-fd39382ad1b6
ArtifactChecksum:YjI1YzMyODE1Njk3NzIwMTk3YTRkNTJmYmZiM2Y2OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2d8fd37f-8c8d-4a68-b836-c187d0404e63
ResourceInvariantUUID:30b2775a-f454-4120-8e03-9f92a13d60ca
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8dfb1570-c432-4539-b74f-6123ae03e11c
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:eb419289-c903-4927-a9cf-8329c99e6ff7
ArtifactChecksum:M2JhZTJmYzIyMTBiM2QzNTNiNzkyMDY1YzVmODNkZGQ=
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:fb7d781b-e059-4c39-90b7-d906adb6d9c2
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:d0043f1f-b5d8-4942-a8f2-ff4631b0abdd
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:d0043f1f-b5d8-4942-a8f2-ff4631b0abdd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-26T05:29:42.546Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e90f7cf-d673-469a-8d34-2344b79e6e42 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-26T05:29:42.644Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:29:42.646Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:29:42.647Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:29:42.648Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76b8385f-b95d-4cd9-9c20-fd39382ad1b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-26T05:29:42.648Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:29:42.649Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-26T05:29:42.725Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:29:42.738Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 76b8385f-b95d-4cd9-9c20-fd39382ad1b6 82619
2022-12-26T05:29:42.738Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:29:42.738Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-26T05:29:42.738Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:29:42.738Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:42.773Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:42.774Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032582738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:29:42.873Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:42.874Z||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-26T05:29:42.874Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:42.899Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:42.900Z||pool-120-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:43.775Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:29:43.776Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:29:43.777Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 76b8385f-b95d-4cd9-9c20-fd39382ad1b6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:43.777Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-26T05:29:43.778Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:43.778Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:43.976Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5095333364256054449/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-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.004Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.005Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.006Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:46.006Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:29:46.006Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:29:46.006Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.006Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.007Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:46.007Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:29:46.036Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:29:46.037Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.037Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.038Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.038Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-26T05:29:46.038Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-26T05:29:46.038Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-26T05:29:46.039Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-26T05:29:46.039Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T05:29:46.039Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T05:29:46.039Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.041Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T05:29:46.041Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.042Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:46.042Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:46.043Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.043Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:46.043Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:46.044Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.044Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:46.044Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:46.044Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.044Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-26T05:29:46.045Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-26T05:29:46.045Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T05:29:46.045Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bb336106-856b-4de6-9966-e75a584e2b6c
2022-12-26T05:29:46.045Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.045Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.046Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.046Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.046Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.046Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.046Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:46.047Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:46.047Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7e90f7cf-d673-469a-8d34-2344b79e6e42
Model Version:NULL
Model InvariantUuid:d438538e-48e4-4a38-a532-c68567362c4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:0bf620de-89ba-43b9-a7dd-bedcf2943f98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30b2775a-f454-4120-8e03-9f92a13d60ca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d8fd37f-8c8d-4a68-b836-c187d0404e63
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eb8fe7dd-951e-4756-9641-bb7ad6db3379
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4ead582f-7519-493e-b56a-27c7b44ad770
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb336106-856b-4de6-9966-e75a584e2b6c
ModelInvariantUuid:a6b52747-7d05-4a04-8bc9-830ff498d308
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8749aeaf-2c28-4a0f-aa0a-176e83ab2762
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c10c1e7b-6fee-486c-a0e4-f7d357d31b40
ModelInvariantUuid:743631f1-968f-41a6-8f5c-67ab35e9029f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:06b34199-f316-41fc-9fa5-1676e8e8785d
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-26T05:29:46.072Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8dfb1570-c432-4539-b74f-6123ae03e11c
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-26T05:29:46.077Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-12-26T05:29:46.078Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8dfb1570-c432-4539-b74f-6123ae03e11c
2022-12-26T05:29:46.078Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb419289-c903-4927-a9cf-8329c99e6ff7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-26T05:29:46.078Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:29:46.078Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-26T05:29:46.129Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:29:46.130Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json eb419289-c903-4927-a9cf-8329c99e6ff7 792
2022-12-26T05:29:46.130Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-26T05:29:46.130Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-26T05:29:46.130Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:29:46.131Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:46.135Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:46.135Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032586130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:29:46.235Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:29:46.236Z||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-26T05:29:46.236Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:46.254Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:46.255Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:47.136Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eb8fe7dd-951e-4756-9641-bb7ad6db3379",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ead582f-7519-493e-b56a-27c7b44ad770",
    "vfModuleModelCustomizationUUID": "e66b4b53-69b6-407b-85bd-c84080f03176",
    "isBase": true,
    "artifacts": [
      "fb7d781b-e059-4c39-90b7-d906adb6d9c2",
      "d0043f1f-b5d8-4942-a8f2-ff4631b0abdd"
    ],
    "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-26T05:29:47.149Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ead582f-7519-493e-b56a-27c7b44ad770
VfModuleModelInvariantUUID:eb8fe7dd-951e-4756-9641-bb7ad6db3379
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb7d781b-e059-4c39-90b7-d906adb6d9c2
,
d0043f1f-b5d8-4942-a8f2-ff4631b0abdd

}
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-26T05:29:47.154Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eb8fe7dd-951e-4756-9641-bb7ad6db3379",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ead582f-7519-493e-b56a-27c7b44ad770",
    "vfModuleModelCustomizationUUID": "e66b4b53-69b6-407b-85bd-c84080f03176",
    "isBase": true,
    "artifacts": [
      "fb7d781b-e059-4c39-90b7-d906adb6d9c2",
      "d0043f1f-b5d8-4942-a8f2-ff4631b0abdd"
    ],
    "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-26T05:29:47.154Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ead582f-7519-493e-b56a-27c7b44ad770
VfModuleModelInvariantUUID:eb8fe7dd-951e-4756-9641-bb7ad6db3379
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb7d781b-e059-4c39-90b7-d906adb6d9c2
,
d0043f1f-b5d8-4942-a8f2-ff4631b0abdd

}
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-26T05:29:47.154Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb7d781b-e059-4c39-90b7-d906adb6d9c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-26T05:29:47.154Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:29:47.155Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-26T05:29:47.220Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:29:47.230Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fb7d781b-e059-4c39-90b7-d906adb6d9c2 5033
2022-12-26T05:29:47.230Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-26T05:29:47.231Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-26T05:29:47.231Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:29:47.231Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:47.244Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:47.244Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032587230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:29:47.335Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-12-26T05:29:47.336Z||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-26T05:29:47.336Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:47.361Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:47.361Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:48.245Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0043f1f-b5d8-4942-a8f2-ff4631b0abdd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-26T05:29:48.246Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:29:48.246Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-26T05:29:48.284Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:29:48.285Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d0043f1f-b5d8-4942-a8f2-ff4631b0abdd 903
2022-12-26T05:29:48.285Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-26T05:29:48.285Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-26T05:29:48.285Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:29:48.286Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:48.288Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:48.288Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032588285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:29:48.388Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:48.388Z||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-26T05:29:48.389Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:48.402Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:48.402Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:49.288Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7e90f7cf-d673-469a-8d34-2344b79e6e42
2022-12-26T05:29:49.289Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8dfb1570-c432-4539-b74f-6123ae03e11c 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-26T05:29:49.310Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9a1ece7, org.onap.sdc.toscaparser.api.parameters.Input@31147e1b, org.onap.sdc.toscaparser.api.parameters.Input@6b39dcdc, org.onap.sdc.toscaparser.api.parameters.Input@c2c65de, org.onap.sdc.toscaparser.api.parameters.Input@a6c6668]
2022-12-26T05:29:49.312Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.313Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.313Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-26T05:29:49.313Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2d8fd37f-8c8d-4a68-b836-c187d0404e63
2022-12-26T05:29:49.313Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d8fd37f-8c8d-4a68-b836-c187d0404e63 matches Tosca VF Customization UUID: 2d8fd37f-8c8d-4a68-b836-c187d0404e63
2022-12-26T05:29:49.313Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2d8fd37f-8c8d-4a68-b836-c187d0404e63  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-26T05:29:49.316Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.317Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.318Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2d8fd37f-8c8d-4a68-b836-c187d0404e63: {\"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-26T05:29:49.318Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@528d459c
2022-12-26T05:29:49.318Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.318Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T05:29:49.319Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e66b4b53-69b6-407b-85bd-c84080f03176
2022-12-26T05:29:49.319Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e66b4b53-69b6-407b-85bd-c84080f03176
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-26T05:29:49.323Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.323Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:49.323Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:49.324Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.324Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:49.324Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:49.324Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.325Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-26T05:29:49.325Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-26T05:29:49.325Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-26T05:29:49.325Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bb336106-856b-4de6-9966-e75a584e2b6c
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-26T05:29:49.330Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.330Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:49.331Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T05:29:49.331Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.332Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-26T05:29:49.332Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2d8fd37f-8c8d-4a68-b836-c187d0404e63
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-26T05:29:49.336Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.336Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.337Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7e90f7cf-d673-469a-8d34-2344b79e6e42: basic_vm_macro
2022-12-26T05:29:49.337Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.337Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.338Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.338Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.338Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.338Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.339Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.339Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.339Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:29:49.339Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:29:49.340Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T05:29:49.460Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8dfb1570-c432-4539-b74f-6123ae03e11c 1 ASDC deployResourceStructure
2022-12-26T05:29:49.462Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-26T05:29:49.462Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-26T05:29:49.462Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:29:49.463Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:49.465Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:49.465Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032589462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:29:49.565Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:49.567Z||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-26T05:29:49.567Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:49.587Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:49.588Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:50.466Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-26T05:29:50.467Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-26T05:29:50.467Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:29:50.467Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:50.469Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:50.470Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032590466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:29:50.569Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:29:50.570Z||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-26T05:29:50.570Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:50.581Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:50.582Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:51.471Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-26T05:29:51.471Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-26T05:29:51.471Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:29:51.471Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:51.474Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:51.474Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032591471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:29:51.574Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:29:51.575Z||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-26T05:29:51.575Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:51.589Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:51.590Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:29:52.475Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:29:52.476Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-26T05:29:52.477Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:29:52.477Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:29:52.480Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:29:52.480Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032592475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:29:52.580Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:29:52.581Z||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-26T05:29:52.581Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:29:52.606Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:29:52.607Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:29:53.481Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:29:53.494Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
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-26T05:29:53.497Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T05:29:53.497Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T05:29:53.498Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T05:30:23.498Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:30:23.516Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
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-26T05:30:23.519Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T05:30:23.519Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T05:30:23.520Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T05:30:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:30:33.848Z||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-26T05:30:33.849Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:30:33.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:30:33.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032513818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032524716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032527867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032528927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032530043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032531121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032532177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032533309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032534314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032535319,
  "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-26T05:30:33.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032536331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032537338,
  "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-26T05:30:33.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032538343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:33.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032536716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032545626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "cds",
  "timestamp": 1672032546946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:30:33.958Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23df53f3-4ea8-4f11-9971-b669be6aa2e6
2022-12-26T05:30:33.959Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23df53f3-4ea8-4f11-9971-b669be6aa2e6 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-26T05:30:33.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032541324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032550069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032543246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032542686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032551446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:33.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:33.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:33.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:33.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:33.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032552516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:34.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:30:34.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:34.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032553579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:34.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032546626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:30:34.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:30:34.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032554692,
  "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-26T05:30:34.010Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23df53f3-4ea8-4f11-9971-b669be6aa2e6
2022-12-26T05:30:34.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23df53f3-4ea8-4f11-9971-b669be6aa2e6 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-26T05:30:34.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032555424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:30:34.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032555700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:34.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032557128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032557898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "aai-ml",
  "timestamp": 1672032558131,
  "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-26T05:30:34.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23df53f3-4ea8-4f11-9971-b669be6aa2e6
2022-12-26T05:30:34.033Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23df53f3-4ea8-4f11-9971-b669be6aa2e6 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-26T05:30:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032558903,
  "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-26T05:30:34.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23df53f3-4ea8-4f11-9971-b669be6aa2e6
2022-12-26T05:30:34.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23df53f3-4ea8-4f11-9971-b669be6aa2e6 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-26T05:30:34.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:30:34.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "712347df-e230-46a3-86dc-ce233ed177d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032569733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:30:34.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:30:53.520Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:30:53.537Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6
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-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:30:53.541Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:30:53.542Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:30:53.542Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:30:53.542Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:30:53.542Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:30:53.552Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T05:31:23.552Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6 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-26T05:31:23.563Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23df53f3-4ea8-4f11-9971-b669be6aa2e6 and serviceModelVersionId: 7e90f7cf-d673-469a-8d34-2344b79e6e42
2022-12-26T05:31:23.563Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d438538e-48e4-4a38-a532-c68567362c4d
2022-12-26T05:31:23.565Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0
2022-12-26T05:31:23.576Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T05:31:23.651Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0|INFO|500||Invoke
2022-12-26T05:31:23.652Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23df53f3-4ea8-4f11-9971-b669be6aa2e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[430c2820-fa82-40b5-9d41-b0a600b82136], X-ECOMP-RequestID=[23df53f3-4ea8-4f11-9971-b669be6aa2e6], X-TransactionId=[], X-ONAP-RequestID=[23df53f3-4ea8-4f11-9971-b669be6aa2e6], Content-Type=[application/merge-patch+json]}
2022-12-26T05:31:23.682Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T05:31:23.774Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?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/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 05:31:23 GMT], content-length=[0], vertex-id=[229504], x-aai-txid=[2-aai-resources-221226-05:31:23:062-60991], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T05:31:23.775Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T05:31:23.776Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d438538e-48e4-4a38-a532-c68567362c4d/model-vers/model-ver/7e90f7cf-d673-469a-8d34-2344b79e6e42?depth=0|INFO|500||InvokeReturn
2022-12-26T05:31:23.777Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T05:31:23.777Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T05:31:23.782Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T05:31:23.782Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23df53f3-4ea8-4f11-9971-b669be6aa2e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T05:31:23.783Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T05:31:23.784Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:31:23.787Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:31:23.787Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032683783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:31:23.887Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:31:23.888Z||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-26T05:31:23.888Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:31:23.915Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:31:23.916Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 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-26T05:31:24.810Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:31:24.811Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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-26T05:31:24.812Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:31:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:31:33.842Z||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-26T05:31:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:31:33.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:31:33.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:31:33.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:31:33.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032573816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032582738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032586130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032587230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032588285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032589462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032590466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032591471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032592475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:31:33.900Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:31:34.402Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:31:34.404Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:31:34.405Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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-26T05:31:34.405Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:31:44.010Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:32:33.816Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:32:33.817Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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-26T05:32:33.818Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:32:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:32:33.842Z||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-26T05:32:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:32:34.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:32:34.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:32:34.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23df53f3-4ea8-4f11-9971-b669be6aa2e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032683783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:32:34.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:32:43.399Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:33.816Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:33:33.817Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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-26T05:33:33.818Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:33:33.841Z||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-26T05:33:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:34.473Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:34.475Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.475Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"47217c5b-7a63-48b6-83b4-a235ac786316","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e766342d-3306-401a-b618-99fa4e9ddd5b","serviceDescription":"service","serviceInvariantUUID":"d648f711-be1b-4ed1-bf1a-0e68765b3033","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"177b3fcc-51a7-40e9-9bfb-75b42976c4d9","resourceInvariantUUID":"fa06ba75-ca4c-4176-a29e-5ce481b93f59","resourceCustomizationUUID":"e4e4b6fe-c5c0-454e-bf90-e0a2ed38d419","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":"YWM5OTAyOTMzYWJmMzQxMmM0NzgzODBkMzY5ZjBlYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50edc3d3-7c80-46e9-b9d9-849b3b227d49","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":"7d5e4edd-a947-48b6-a505-7b090fec48df","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":"2c13a6e1-d7b8-41aa-b10c-08a04dbd2d29","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":"MGU3YjdjOGY3YjVkNmM1YzliYTk4MjY2MTY4ZjNhMWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"87663852-421a-413a-9cac-83d97cd9f4cf","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":"39a2bad6-6c4a-4436-9517-31561e2d35d6","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":"d7830c04-ca12-459a-96ab-83c3ffaa373e","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":"60bdc253-17ef-4e0f-bce4-6c602fca0de8","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":"ODJiZDc2ZGU4YmJmYWM1MTdlOGVjYjZlOWJjN2NjZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cb07494-59d8-43bd-b40e-6d910dec95bd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2UzMDU2ZGMwNWEwMjQ2NzhjNGUxODlmMDUyODdlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba29f9e-4cb0-4339-a7ed-29fadbfe9913","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T05:33:34.479Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:34.480Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:34.484Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:34.484Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:34.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032781323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032783246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032786627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1672032782686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:33:34.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032799543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032799340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032799574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032791716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:33:34.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:33:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032800568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-26T05:33:34.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672032801572,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T05:33:34.584Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:34.585Z||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-26T05:33:34.586Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T05:33:34.624Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:34.625Z||pool-129-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:33:34.652Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 47217c5b-7a63-48b6-83b4-a235ac786316
2022-12-26T05:33:34.652Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47217c5b-7a63-48b6-83b4-a235ac786316 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-26T05:33:34.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032801534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:33:34.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "cds",
  "timestamp": 1672032802904,
  "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=?
2022-12-26T05:33:34.816Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47217c5b-7a63-48b6-83b4-a235ac786316
2022-12-26T05:33:34.817Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47217c5b-7a63-48b6-83b4-a235ac786316 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-26T05:33:34.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032804454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:33:34.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032804696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:33:34.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:33:34.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:34.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "aai-ml",
  "timestamp": 1672032805457,
  "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-26T05:33:34.964Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47217c5b-7a63-48b6-83b4-a235ac786316
2022-12-26T05:33:34.964Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47217c5b-7a63-48b6-83b4-a235ac786316 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-26T05:33:35.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:33:35.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672032805699,
  "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-26T05:33:35.047Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47217c5b-7a63-48b6-83b4-a235ac786316
2022-12-26T05:33:35.047Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47217c5b-7a63-48b6-83b4-a235ac786316 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-26T05:33:35.485Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:35.486Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:35.489Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:35.490Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:35.589Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-26T05:33:35.590Z||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-26T05:33:35.590Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:35.606Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:35.606Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:36.491Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:36.492Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:36.494Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:36.495Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:36.594Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:36.596Z||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-26T05:33:36.596Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:36.610Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:36.611Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:37.496Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:37.497Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:37.500Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:37.500Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:37.599Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:37.600Z||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-26T05:33:37.601Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:37.612Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:37.612Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:33:38.501Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:38.502Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:38.505Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:38.506Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:38.608Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:38.610Z||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-26T05:33:38.610Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:38.625Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:38.626Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:39.507Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:39.508Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:39.511Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:39.511Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:39.611Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T05:33:39.612Z||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-26T05:33:39.612Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:39.623Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:39.624Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:33:40.512Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:40.513Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:40.515Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:40.515Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:40.615Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:40.616Z||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-26T05:33:40.616Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:40.631Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:40.632Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:33:41.516Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:41.518Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:41.521Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:41.522Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:33:41.621Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:41.622Z||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-26T05:33:41.622Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:41.637Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:41.638Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:42.523Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T05:33:42.524Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:42.527Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:42.528Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:33:42.627Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:42.628Z||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-26T05:33:42.628Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:42.645Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:42.646Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-26T05:33:43.529Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e766342d-3306-401a-b618-99fa4e9ddd5b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d648f711-be1b-4ed1-bf1a-0e68765b3033",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e4e4b6fe-c5c0-454e-bf90-e0a2ed38d419",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "177b3fcc-51a7-40e9-9bfb-75b42976c4d9",
      "resourceInvariantUUID": "fa06ba75-ca4c-4176-a29e-5ce481b93f59",
      "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": "Y2UzMDU2ZGMwNWEwMjQ2NzhjNGUxODlmMDUyODdlMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba29f9e-4cb0-4339-a7ed-29fadbfe9913"
    }
  ],
  "workloadContext": "Production"
}
2022-12-26T05:33:43.530Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T05:33:43.530Z|23df53f3-4ea8-4f11-9971-b669be6aa2e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e766342d-3306-401a-b618-99fa4e9ddd5b ASDC
2022-12-26T05:33:43.531Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47217c5b-7a63-48b6-83b4-a235ac786316
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e766342d-3306-401a-b618-99fa4e9ddd5b
ServiceInvariantUUID:d648f711-be1b-4ed1-bf1a-0e68765b3033
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:2ba29f9e-4cb0-4339-a7ed-29fadbfe9913
ArtifactChecksum:Y2UzMDU2ZGMwNWEwMjQ2NzhjNGUxODlmMDUyODdlMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e4e4b6fe-c5c0-454e-bf90-e0a2ed38d419
ResourceInvariantUUID:fa06ba75-ca4c-4176-a29e-5ce481b93f59
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:177b3fcc-51a7-40e9-9bfb-75b42976c4d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-26T05:33:43.533Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e766342d-3306-401a-b618-99fa4e9ddd5b 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-26T05:33:43.585Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:33:43.587Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:33:43.588Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:33:43.589Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ba29f9e-4cb0-4339-a7ed-29fadbfe9913 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-26T05:33:43.589Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T05:33:43.590Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-26T05:33:43.720Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T05:33:43.730Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2ba29f9e-4cb0-4339-a7ed-29fadbfe9913 110870
2022-12-26T05:33:43.730Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:33:43.731Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-26T05:33:43.731Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T05:33:43.731Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:43.739Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:43.739Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032823730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:33:43.833Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-26T05:33:43.834Z||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-26T05:33:43.834Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:43.848Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:43.848Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:44.741Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T05:33:44.742Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T05:33:44.742Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2ba29f9e-4cb0-4339-a7ed-29fadbfe9913, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:44.743Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-26T05:33:44.744Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:44.744Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:45.016Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14813402377656845850/Definitions/service-TestPnfMacro-template.yml
2022-12-26T05:33:46.382Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T05:33:46.382Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.383Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.384Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.384Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T05:33:46.384Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.384Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.384Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-26T05:33:46.385Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:33:46.385Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:33:46.385Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.385Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.385Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-26T05:33:46.386Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T05:33:46.386Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T05:33:46.386Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e766342d-3306-401a-b618-99fa4e9ddd5b
Model Version:NULL
Model InvariantUuid:d648f711-be1b-4ed1-bf1a-0e68765b3033
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-26T05:33:46.396Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 177b3fcc-51a7-40e9-9bfb-75b42976c4d9
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-26T05:33:46.400Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-12-26T05:33:46.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 177b3fcc-51a7-40e9-9bfb-75b42976c4d9
2022-12-26T05:33:46.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e766342d-3306-401a-b618-99fa4e9ddd5b
2022-12-26T05:33:46.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e766342d-3306-401a-b618-99fa4e9ddd5b
2022-12-26T05:33:46.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 177b3fcc-51a7-40e9-9bfb-75b42976c4d9 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-26T05:33:46.408Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72c8c9fc, org.onap.sdc.toscaparser.api.parameters.Input@187862d6, org.onap.sdc.toscaparser.api.parameters.Input@1659b74a, org.onap.sdc.toscaparser.api.parameters.Input@5f1e1afd, org.onap.sdc.toscaparser.api.parameters.Input@6b2dbfcb]
2022-12-26T05:33:46.408Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.409Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.409Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e766342d-3306-401a-b618-99fa4e9ddd5b: test-pnf
2022-12-26T05:33:46.409Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Processing PNF resource: 177b3fcc-51a7-40e9-9bfb-75b42976c4d9
2022-12-26T05:33:46.410Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-26T05:33:46.410Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T05:33:46.410Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||Resource customization UUID: e4e4b6fe-c5c0-454e-bf90-e0a2ed38d419 is the same as notified resource customizationUUID: e4e4b6fe-c5c0-454e-bf90-e0a2ed38d419
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-26T05:33:46.448Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 177b3fcc-51a7-40e9-9bfb-75b42976c4d9 0 ASDC deployResourceStructure
2022-12-26T05:33:46.449Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-26T05:33:46.449Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-26T05:33:46.449Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T05:33:46.450Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:33:46.454Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:33:46.454Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032826449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:33:46.553Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:33:46.554Z||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-26T05:33:46.554Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:33:46.565Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:33:46.566Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-26T05:33:47.455Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47217c5b-7a63-48b6-83b4-a235ac786316
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:33:47.473Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47217c5b-7a63-48b6-83b4-a235ac786316
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-26T05:33:47.478Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T05:33:47.478Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T05:33:47.479Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T05:33:47.479Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T05:33:47.479Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:33:47.479Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:33:47.479Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:33:47.480Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:33:47.480Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-26T05:33:47.480Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T05:33:47.497Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T05:34:17.498Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47217c5b-7a63-48b6-83b4-a235ac786316 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-26T05:34:21.504Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47217c5b-7a63-48b6-83b4-a235ac786316 and serviceModelVersionId: e766342d-3306-401a-b618-99fa4e9ddd5b
2022-12-26T05:34:21.504Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d648f711-be1b-4ed1-bf1a-0e68765b3033
2022-12-26T05:34:21.505Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?depth=0
2022-12-26T05:34:21.510Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T05:34:21.555Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?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-26T05:34:21.557Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?depth=0|INFO|500||Invoke
2022-12-26T05:34:21.577Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-26T05:34:21.681Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?depth=0|INFO|500||InvokeReturn
2022-12-26T05:34:21.682Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d648f711-be1b-4ed1-bf1a-0e68765b3033/model-vers/model-ver/e766342d-3306-401a-b618-99fa4e9ddd5b?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 05:34:20 GMT], content-length=[0], vertex-id=[295088], x-aai-txid=[0-aai-resources-221226-05:34:20:960-71830], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T05:34:21.682Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-26T05:34:21.685Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T05:34:21.690Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T05:34:21.697Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T05:34:21.698Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47217c5b-7a63-48b6-83b4-a235ac786316 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T05:34:21.698Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T05:34:21.698Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T05:34:21.702Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T05:34:21.702Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032861698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:34:21.802Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T05:34:21.803Z||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-26T05:34:21.803Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:34:21.818Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:34:21.819Z||pool-140-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-26T05:34:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:34:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:34:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:34:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:34:33.841Z||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-26T05:34:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:34:33.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:34:33.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-26T05:34:33.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:34:33.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:34:43.391Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:35:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:35:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:35:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:35:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:35:33.842Z||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-26T05:35:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:35:34.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:35:34.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-26T05:35:34.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032813816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032823730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032826449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-26T05:35:34.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47217c5b-7a63-48b6-83b4-a235ac786316",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672032861698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T05:35:34.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T05:35:43.438Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:36:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:36:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:36:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:36:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:36:33.841Z||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-26T05:36:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:36:43.484Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:36:43.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:37:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:37:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:37:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:37:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:37:33.842Z||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-26T05:37:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:37:43.415Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:37:43.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:38:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:38:33.822Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:38:33.822Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:38:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:38:33.842Z||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-26T05:38:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:38:43.397Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:38:43.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:39:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:39:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:39:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:39:33.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:39:33.852Z||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-26T05:39:33.853Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:39:43.399Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:39:43.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:40:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:40:33.822Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:40:33.823Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:40:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:40:33.841Z||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-26T05:40:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:40:43.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:40:43.488Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:41:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:41:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:41:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:41:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:41:33.842Z||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-26T05:41:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:41:43.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:41:43.465Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:42:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:42:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:42:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:42:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:42:33.841Z||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-26T05:42:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:42:43.403Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:42:43.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:43:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:43:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:43:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:43:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:43:33.841Z||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-26T05:43:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:43:43.413Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:43:43.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:44:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:44:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:44:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:44:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:44:33.842Z||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-26T05:44:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:44:43.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:44:43.434Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:45:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:45:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:45:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:45:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:45:33.842Z||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-26T05:45:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:45:43.478Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:45:43.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:46:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:46:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:46:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:46:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:46:33.842Z||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-26T05:46:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:46:43.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:46:43.438Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:47:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:47:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:47:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:47:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:47:33.841Z||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-26T05:47:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:47:43.411Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:47:43.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:48:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:48:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:48:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:48:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:48:33.841Z||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-26T05:48:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:48:43.387Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:48:43.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:49:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:49:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:49:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:49:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:49:33.841Z||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-26T05:49:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:49:43.391Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:49:43.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:50:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:50:33.817Z||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-26T05:50:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:50:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:50:33.842Z||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-26T05:50:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:50:43.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:50:43.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:51:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:51:33.817Z||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-26T05:51:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:51:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:51:33.841Z||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-26T05:51:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:51:43.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:51:43.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:52:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:52:33.818Z||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-26T05:52:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:52:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:52:33.841Z||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-26T05:52:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:52:43.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:52:43.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:53:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:53:33.817Z||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-26T05:53:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:53:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:53:33.842Z||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-26T05:53:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:53:43.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:53:43.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:54:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:54:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:54:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:54:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:54:33.844Z||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-26T05:54:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:54:43.397Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:54:43.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:55:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:55:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:55:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:55:33.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:55:33.843Z||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-26T05:55:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:55:43.388Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:55:43.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:56:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:56:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:56:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:56:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:56:33.841Z||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-26T05:56:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:56:43.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:56:43.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:57:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:57:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T05:57:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:57:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:57:33.842Z||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-26T05:57:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:57:43.391Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:57:43.467Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:58:33.819Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:58:33.821Z||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-26T05:58:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:58:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:58:33.842Z||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-26T05:58:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:58:43.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:58:43.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:59:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:59:33.817Z||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-26T05:59:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:59:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T05:59:33.842Z||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-26T05:59:33.847Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T05:59:43.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T05:59:43.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:00:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:00:33.817Z||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-26T06:00:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:00:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:00:33.842Z||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-26T06:00:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:00:43.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:00:43.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:01:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:01:33.819Z||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-26T06:01:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:01:33.840Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:01:33.841Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:01:33.842Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:01:43.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:01:43.401Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:02:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:02:33.817Z||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-26T06:02:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:02:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:02:33.842Z||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-26T06:02:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:02:43.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:02:43.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:03:33.819Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:03:33.840Z||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-26T06:03:33.840Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:03:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:03:33.842Z||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-26T06:03:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:03:43.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:03:43.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:04:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:04:33.817Z||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-26T06:04:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:04:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:04:33.841Z||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-26T06:04:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:04:43.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:04:43.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:05:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:05:33.817Z||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-26T06:05:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:05:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:05:33.842Z||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-26T06:05:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:05:43.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:05:43.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:06:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:06:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:06:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:06:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:06:33.841Z||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-26T06:06:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:06:43.419Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:06:43.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:07:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:07:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:07:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:07:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:07:33.842Z||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-26T06:07:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:07:43.414Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:07:43.500Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:08:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:08:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:08:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:08:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:08:33.842Z||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-26T06:08:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:08:43.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:08:43.484Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:09:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:09:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:09:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:09:33.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:09:33.845Z||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-26T06:09:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:09:43.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:09:43.475Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:10:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:10:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:10:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:10:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:10:33.842Z||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-26T06:10:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:10:43.450Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:10:43.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:11:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:11:33.819Z||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-26T06:11:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:11:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:11:33.842Z||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-26T06:11:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:11:43.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:11:43.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:12:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:12:33.817Z||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-26T06:12:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:12:33.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:12:33.845Z||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-26T06:12:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:12:43.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:12:43.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:13:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:13:33.817Z||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-26T06:13:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:13:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:13:33.841Z||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-26T06:13:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:13:43.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:13:43.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:14:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:14:33.818Z||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-26T06:14:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:14:33.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:14:33.844Z||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-26T06:14:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:14:43.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:14:43.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:15:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:15:33.820Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:15:33.821Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:15:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:15:33.842Z||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-26T06:15:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:15:43.393Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:15:43.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:16:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:16:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:16:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:16:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:16:33.841Z||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-26T06:16:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:16:43.427Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:16:43.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:17:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:17:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:17:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:17:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:17:33.842Z||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-26T06:17:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:17:43.393Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:17:43.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:18:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:18:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:18:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:18:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:18:33.841Z||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-26T06:18:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:18:43.400Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:18:43.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:19:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:19:33.817Z||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-26T06:19:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:19:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:19:33.842Z||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-26T06:19:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:19:43.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:19:43.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:20:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:20:33.817Z||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-26T06:20:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:20:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:20:33.842Z||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-26T06:20:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:20:43.455Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:20:43.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:21:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:21:33.818Z||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-26T06:21:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:21:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:21:33.841Z||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-26T06:21:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:21:43.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:21:43.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:22:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:22:33.818Z||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-26T06:22:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:22:33.841Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:22:33.842Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:22:33.842Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:22:43.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:22:43.438Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:23:33.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:23:33.821Z||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-26T06:23:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:23:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:23:33.843Z||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-26T06:23:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:23:43.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:23:43.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:24:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:24:33.817Z||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-26T06:24:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:24:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:24:33.842Z||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-26T06:24:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:24:43.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:24:43.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:25:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:25:33.819Z||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-26T06:25:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:25:33.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:25:33.844Z||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-26T06:25:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:25:43.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:25:43.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:26:33.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:26:33.817Z||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-26T06:26:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:26:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:26:33.842Z||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-26T06:26:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:26:43.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:26:43.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:27:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:27:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:27:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:27:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:27:33.844Z||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-26T06:27:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:27:43.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:27:43.461Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:28:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:28:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:28:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:28:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:28:33.842Z||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-26T06:28:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:28:43.416Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:28:43.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:29:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:29:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:29:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:29:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:29:33.843Z||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-26T06:29:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:29:43.440Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:29:43.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:30:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:30:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:30:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:30:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:30:33.841Z||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-26T06:30:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:30:43.405Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:30:43.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:31:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:31:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:31:33.819Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:31:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:31:33.841Z||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-26T06:31:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:31:43.486Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:31:43.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:32:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:32:33.823Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:32:33.827Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:32:33.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:32:33.852Z||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-26T06:32:33.853Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:32:43.453Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:32:43.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:33:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:33:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:33:33.818Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:33:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:33:33.842Z||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-26T06:33:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:33:43.493Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:33:43.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:34:33.816Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:34:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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-26T06:34:33.817Z|47217c5b-7a63-48b6-83b4-a235ac786316|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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:34:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:34:33.841Z||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-26T06:34:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:34:43.419Z|47217c5b-7a63-48b6-83b4-a235ac786316|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:34:43.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:35:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:35:33.818Z||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-26T06:35:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:35:33.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:35:33.845Z||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-26T06:35:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:35:43.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:35:43.505Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:36:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:36:33.817Z||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-26T06:36:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:36:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:36:33.842Z||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-26T06:36:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:36:43.408Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:36:43.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:37:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:37:33.817Z||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-26T06:37:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:37:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T06:37:33.842Z||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-26T06:37:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T06:37:43.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-26T06:37:43.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK